Skip to content

Commit 2fecab5

Browse files
authored
Update tags.rst
I think there is a typo with acme_mailer.transport, this should be app.mail_transport since you are using the app.mail_transport on any other place.
1 parent f7ba37a commit 2fecab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Create a Compiler Pass
195195
~~~~~~~~~~~~~~~~~~~~~~
196196

197197
You can now use a :ref:`compiler pass <components-di-separate-compiler-passes>` to ask the
198-
container for any services with the ``acme_mailer.transport`` tag::
198+
container for any services with the ``app.mail_transport`` tag::
199199

200200
// src/AppBundle/DependencyInjection/Compiler/MailTransportPass.php
201201
namespace AppBundle\DependencyInjection\Compiler;

0 commit comments

Comments
 (0)