Skip to content

Commit e48c815

Browse files
committed
minor #9902 State Maker dependency for generating controllers (GinkgoFJG)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #9902). Discussion ---------- State Maker dependency for generating controllers <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6079dd8 State Maker dependency for generating controllers
2 parents 6e27e78 + 6079dd8 commit e48c815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controller.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ For more information about services, see the :doc:`/service_container` article.
293293
Generating Controllers
294294
----------------------
295295

296-
To save time, you can also tell Symfony to generate a new controller class:
296+
To save time, you can install `Symfony Maker`_ and tell Symfony to generate a new controller class:
297297

298298
.. code-block:: terminal
299299
@@ -676,4 +676,5 @@ Learn more about Controllers
676676
controller/*
677677

678678
.. _`helper methods`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
679+
.. _`Symfony Maker`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
679680
.. _`unvalidated redirects security vulnerability`: https://www.owasp.org/index.php/Open_redirect

0 commit comments

Comments
 (0)