From: Raphaƫl Gertz Date: Thu, 7 Nov 2019 03:00:00 +0000 (+0100) Subject: Add note about parameter changes X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/69c7d987b329fbc6c3df1b8a06f40f438ede4439 Add note about parameter changes --- diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index f15ae32..5ec04eb 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -28,6 +28,7 @@ class DefaultController extends AbstractController { $this->translator = $translator; } + //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz'] public function contactAction(Request $request) { //Set section $section = $this->translator->trans('Contact');