Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 7302b48 + 106d63a commit 444dccfCopy full SHA for 444dccf
cookbook/service_container/scopes.rst
@@ -41,8 +41,8 @@ when compiling the container. Read the sidebar below for more details.
41
a problem:
42
43
* When requesting `my_mailer`, an instance of `my_mailer` (let's call
44
- it *MailerA*) is created and the `request` service is (let's call it
45
- *RequestA* is passed to it). Life is good!
+ it *MailerA*) is created and the `request` service (let's call it
+ *RequestA*) is passed to it. Life is good!
46
47
* You've now made a subrequest in Symfony, which is a fancy way of saying
48
that you've called, for example, the `{% render ... %}` Twig function,
0 commit comments