X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/866d4c381ff3365d3dd00a6b8266f6a47aa46c12..5e1a19f12594e79a5ece6adf7ce215297d2e5df9:/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');