From: Raphaƫl Gertz Date: Thu, 7 Nov 2019 03:00:00 +0000 (+0100) Subject: Add note about parameter changes X-Git-Tag: 0.0.2~3 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/5e1a19f12594e79a5ece6adf7ce215297d2e5df9 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');