Skip to content

Commit

Permalink
Update tags.rst
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheBabaYaga committed Sep 6, 2016
1 parent f7ba37a commit 2fecab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Create a Compiler Pass
~~~~~~~~~~~~~~~~~~~~~~

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

// src/AppBundle/DependencyInjection/Compiler/MailTransportPass.php
namespace AppBundle\DependencyInjection\Compiler;
Expand Down

0 comments on commit 2fecab5

Please sign in to comment.