We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156972d commit e66b990Copy full SHA for e66b990
mailer.rst
@@ -345,9 +345,7 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
345
346
class MailerController extends AbstractController
347
{
348
- /**
349
- * @Route("/email")
350
- */
+ #[Route('/email')]
351
public function sendEmail(MailerInterface $mailer): Response
352
353
$email = (new Email())
0 commit comments