Skip to content

Commit 7ccec46

Browse files
committed
Fix XML tag array attribute example
1 parent c50db62 commit 7ccec46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

service_container/tags.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,10 @@ To answer this, change the service declaration:
481481
482482
<service id="MailerSendmailTransport">
483483
<tag name="app.mail_transport">
484-
<attribute>sendmail</attribute>
485-
<attribute>anotherAlias</attribute>
484+
<attribute name="alias">
485+
<attribute name="0">sendmail</attribute>
486+
<attribute name="1">anotherAlias</attribute>
487+
</attribute>
486488
</tag>
487489
</service>
488490
</services>

0 commit comments

Comments
 (0)