From cf96bf3ee0d73200eef9174ea7f6ef680f82de32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 7 Nov 2019 03:52:11 +0100 Subject: [PATCH] Add change to do --- Controller/DefaultController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index d3c2a3f..5c817d3 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -11,6 +11,7 @@ use Symfony\Component\Form\FormError; use Rapsys\UserBundle\Utils\Slugger; class DefaultController extends Controller { + //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz'] public function loginAction(Request $request, AuthenticationUtils $authenticationUtils) { //Get template $template = $this->container->getParameter(($alias = $this->getAlias()).'.login.template'); -- 2.41.0