Skip to content

Commit efbb654

Browse files
committed
minor #16585 [Mailer] Update mailer.rst (mark2016)
This PR was submitted for the 6.0 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [Mailer] Update mailer.rst Needs Annotation\Route in the use section for the route to be detected. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- a7ac41f [Mailer] Update mailer.rst
2 parents ae892ab + a7ac41f commit efbb654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mailer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
229229
use Symfony\Component\HttpFoundation\Response;
230230
use Symfony\Component\Mailer\MailerInterface;
231231
use Symfony\Component\Mime\Email;
232+
use Symfony\Component\Routing\Annotation\Route;
232233

233234
class MailerController extends AbstractController
234235
{

0 commit comments

Comments
 (0)