We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222ff1b commit 0823a1bCopy full SHA for 0823a1b
controller.rst
@@ -607,8 +607,8 @@ Final Thoughts
607
--------------
608
609
In Symfony, a controller is usually a class method which is used to accept requests,
610
-and return a ``Response`` object. When mapped with a url, a controller a controller's response
611
-can be viewed.
+and return a ``Response`` object. When mapped with a url, a controller becomes accessible
+and its response can be viewed.
612
613
To facilitate the development of controllers, Symfony provides an ``AbstractController``. It
614
can be used to extend the controller class allowing access to some frequently used utilities
0 commit comments