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 16a2d8c + e33f891 commit 2874954Copy full SHA for 2874954
service_container/injection_types.rst
@@ -156,7 +156,7 @@ which allow the container to return the newly created service:
156
<!-- ... -->
157
158
<service id="app.newsletter_manager" class="App\Mail\NewsletterManager">
159
- <call method="withMailer" use-result=true>
+ <call method="withMailer" use-result="true">
160
<argument type="service" id="mailer" />
161
</call>
162
</service>
0 commit comments