X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e000e0b7ba8c85a19eac0fb16c05febfab0efe1f..a5579305d6b4dfc9c8d8837b3b2ec5d2125f2770:/Controller/DefaultController.php 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');