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.
1 parent c50db62 commit 7ccec46Copy full SHA for 7ccec46
service_container/tags.rst
@@ -481,8 +481,10 @@ To answer this, change the service declaration:
481
482
<service id="MailerSendmailTransport">
483
<tag name="app.mail_transport">
484
- <attribute>sendmail</attribute>
485
- <attribute>anotherAlias</attribute>
+ <attribute name="alias">
+ <attribute name="0">sendmail</attribute>
486
+ <attribute name="1">anotherAlias</attribute>
487
+ </attribute>
488
</tag>
489
</service>
490
</services>
0 commit comments