File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The Base Controller Class & Services
9393
9494To aid development, Symfony comes with an optional base controller class called
9595:class: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ AbstractController `.
96- It can be extended to gain access to ` helper methods `_ .
96+ It can be extended to gain access to helper methods.
9797
9898Add the ``use `` statement atop your controller class and then modify
9999``LuckyController `` to extend it:
@@ -641,6 +641,5 @@ Learn more about Controllers
641641
642642 controller/*
643643
644- .. _`helper methods` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
645644.. _`Symfony Maker` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
646645.. _`unvalidated redirects security vulnerability` : https://www.owasp.org/index.php/Open_redirect
You can’t perform that action at this time.
0 commit comments