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 6319e4a commit fe075ccCopy full SHA for fe075cc
symfonycorp/platformsh-meta/1.0/config/packages/messenger.yaml
@@ -16,5 +16,9 @@ framework:
16
# sync: 'sync://'
17
18
routing:
19
+ Symfony\Component\Mailer\Messenger\SendEmailMessage: async
20
+ Symfony\Component\Notifier\Message\ChatMessage: async
21
+ Symfony\Component\Notifier\Message\SmsMessage: async
22
+
23
# Route your messages to the transports
24
# 'App\Message\YourMessage': async
0 commit comments