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 @@ -124,7 +124,7 @@ The Base Controller Classes & Services
124
124
For convenience, Symfony comes with two optional base
125
125
:class: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ Controller ` and
126
126
:class: `Symfony\\ Bundle\\ FrameworkBundle\\ Controller\\ AbstractController `
127
- classes. You can extend either to get access to a number of ` helper methods `_ .
127
+ classes. You can extend either to get access to a number of helper methods.
128
128
129
129
Add the ``use `` statement atop the ``Controller `` class and then modify
130
130
``LuckyController `` to extend it::
@@ -747,5 +747,4 @@ Learn more about Controllers
747
747
748
748
controller/*
749
749
750
- .. _`helper methods` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
751
750
.. _`unvalidated redirects security vulnerability` : https://www.owasp.org/index.php/Open_redirect
You can’t perform that action at this time.
0 commit comments