Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2fecab5

Browse filesBrowse 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
Copy full SHA for 2fecab5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎service_container/tags.rst

Copy file name to clipboardExpand all lines: service_container/tags.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.