8000 Merge branch '4.3' into 4.4 · maxperrimond/symfony-docs@2e5e2a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e5e2a6

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update service id of the MailerInterface
2 parents 711b4b0 + 3b1dd56 commit 2e5e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Creating & Sending Messages
9494
---------------------------
9595

9696
To send an email, autowire the mailer using
97-
:class:`Symfony\\Component\\Mailer\\MailerInterface` (service id ``mailer``)
97+
:class:`Symfony\\Component\\Mailer\\MailerInterface` (service id ``mailer.mailer``)
9898
and create an :class:`Symfony\\Component\\Mime\\Email` object::
9999

100100
// src/Controller/MailerController.php

0 commit comments

Comments
 (0)
0