From: Raphaƫl Gertz Date: Thu, 7 Nov 2019 02:52:11 +0000 (+0100) Subject: Add change to do X-Git-Tag: 0.0.2 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/cf96bf3ee0d73200eef9174ea7f6ef680f82de32 Add change to do --- 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');