From 2fecab535897aaeaecfcac017bc1e80316196a55 Mon Sep 17 00:00:00 2001 From: Kevin T'Syen Date: Tue, 6 Sep 2016 14:53:20 +0200 Subject: [PATCH] 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. --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index 93e2d8214c8..6ab22faf53a 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -195,7 +195,7 @@ Create a Compiler Pass ~~~~~~~~~~~~~~~~~~~~~~ You can now use a :ref:`compiler pass ` 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;