We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f888ad commit e972fd8Copy full SHA for e972fd8
book/service_container.rst
@@ -994,7 +994,7 @@ which you can access inside a standard controller as follows::
994
995
In Symfony, you'll constantly use services provided by the Symfony core or
996
other third-party bundles to perform tasks such as rendering templates (``templating``),
997
-sending emails (``mailer``), or accessing information on the request (``request``).
+sending emails (``mailer``), or accessing information on the request through the request stack (``request_stack``).
998
999
You can take this a step further by using these services inside services that
1000
you've created for your application. Beginning by modifying the ``NewsletterManager``
0 commit comments