Skip to content

Commit e33f891

Browse files
authored
fix(conf): fix on use_result key
1 parent 439dc39 commit e33f891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/injection_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ which allow the container to return the newly created service:
156156
<!-- ... -->
157157
158158
<service id="app.newsletter_manager" class="App\Mail\NewsletterManager">
159-
<call method="withMailer" use-result=true>
159+
<call method="withMailer" use-result="true">
160160
<argument type="service" id="mailer" />
161161
</call>
162162
</service>

0 commit comments

Comments
 (0)