Skip to content

Commit 83bab2f

Browse files
committed
minor #12498 Update XML snippet in "Define Services with a Custom Tag" section (RageZBla)
This PR was submitted for the 4.0 branch but it was merged into the 3.4 branch instead (closes #12498). Discussion ---------- Update XML snippet in "Define Services with a Custom Tag" section I think the service definition was incorrect (I might be wrong) Commits ------- e0eac57 Update XML snippet in "Define Services with a Custom Tag" section
2 parents 5f1af73 + e0eac57 commit 83bab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For example, you may add the following transports as services:
215215
<tag name="app.mail_transport"/>
216216
</service>
217217
218-
<service class="\Swift_SendmailTransport">
218+
<service id="Swift_SendmailTransport">
219219
<tag name="app.mail_transport"/>
220220
</service>
221221
</services>

0 commit comments

Comments
 (0)