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 5e3b315

Browse filesBrowse files
committed
minor #6954 Typo fix in tags.rst (NoScopie)
This PR was merged into the 2.8 branch. Discussion ---------- Typo fix in 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. Commits ------- 2fecab5 Update tags.rst
2 parents f7ba37a + 2fecab5 commit 5e3b315
Copy full SHA for 5e3b315

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.