]> Raphaël G. Git Repositories - airbundle/commitdiff
Add note about parameter changes
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 03:00:00 +0000 (04:00 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 03:00:00 +0000 (04:00 +0100)
Controller/DefaultController.php

index f15ae32bccfcd4e6f9a5dc509a807303fc939424..5ec04eb6f404e9aeeb2761859eb112bae5711d6a 100644 (file)
@@ -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');