File tree 1 file changed +1
-2
lines changed
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
93
93
94
94
To aid development, Symfony comes with an optional base controller class called
95
95
: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.
97
97
98
98
Add the ``use `` statement atop your controller class and then modify
99
99
``LuckyController `` to extend it:
@@ -641,6 +641,5 @@ Learn more about Controllers
641
641
642
642
controller/*
643
643
644
- .. _`helper methods` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
645
644
.. _`Symfony Maker` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
646
645
.. _`unvalidated redirects security vulnerability` : https://www.owasp.org/index.php/Open_redirect
You can’t perform that action at this time.
0 commit comments