Skip to content

Commit

Permalink
Merge branch '4.3' into 4.4
Browse files Browse the repository at this point in the history
* 4.3:
  Update service id of the MailerInterface
  • Loading branch information
javiereguiluz committed Jan 2, 2020
2 parents 711b4b0 + 3b1dd56 commit 2e5e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Creating & Sending Messages
---------------------------

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

// src/Controller/MailerController.php
Expand Down

0 comments on commit 2e5e2a6

Please sign in to comment.