diff --git a/mailer.rst b/mailer.rst index fa19d77d849..86683f365c1 100644 --- a/mailer.rst +++ b/mailer.rst @@ -962,7 +962,7 @@ you have a transport called ``async``, you can route the message there: async: "%env(MESSENGER_TRANSPORT_DSN)%" routing: - 'Symfony\Component\Mailer\Messenger\SendEmailMessage': async + 'Symfony\Component\Mailer\Messenger\SendEmailMessage': async .. code-block:: xml