We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ba37a commit 2fecab5Copy full SHA for 2fecab5
service_container/tags.rst
@@ -195,7 +195,7 @@ Create a Compiler Pass
195
~~~~~~~~~~~~~~~~~~~~~~
196
197
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::
+container for any services with the ``app.mail_transport`` tag::
199
200
// src/AppBundle/DependencyInjection/Compiler/MailTransportPass.php
201
namespace AppBundle\DependencyInjection\Compiler;
0 commit comments