Skip to content

Commit aac7d76

Browse files
committed
Fixed a missing AbstractController occurrence
1 parent 9bf1ed0 commit aac7d76

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)