chore: apply sync messenger in dev environment

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 388b1148cd
commit 6d76d5e523
+8
View File
@@ -22,3 +22,11 @@ framework:
# Route your messages to the transports
# 'App\Message\YourMessage': async
when@dev:
framework:
messenger:
routing:
Symfony\Component\Mailer\Messenger\SendEmailMessage: sync
Symfony\Component\Notifier\Message\ChatMessage: sync
Symfony\Component\Notifier\Message\SmsMessage: sync