Skip to content

Commit 3f81abd

Browse files
javiereguiluzGuikingone
authored andcommitted
Fixed a missing AbstractController occurrence
1 parent d45fcef commit 3f81abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ First, install Twig:
220220
$ composer require symfony/twig-bundle
221221
222222
Second, make sure that ``LuckyController`` extends Symfony's base
223-
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` class:
223+
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController` class:
224224

225225
.. code-block:: diff
226226

0 commit comments

Comments
 (0)