10000
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 a9c9865 commit bf596c6Copy full SHA for bf596c6
book/service_container.rst
@@ -982,7 +982,7 @@ which you can access inside a standard controller as follows::
982
983
In Symfony, you'll constantly use services provided by the Symfony core or
984
other third-party bundles to perform tasks such as rendering templates (``templating``),
985
-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``).
986
987
You can take this a step further by using these services inside services that
988
you've created for your application. Beginning by modifying the ``NewsletterManager``
0 commit comments