Skip to content

Commit

Permalink
fix(messenger) Change SendTextEmailMessage routing from async to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnyx committed Jan 2, 2025
1 parent d6b4ce7 commit 4c9456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/messenger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ framework:
sync: "sync://"

routing:
App\Message\SendTextEmailMessage: async
App\Message\SendTextEmailMessage: sync
# when@test:
# framework:
# messenger:
Expand Down

0 comments on commit 4c9456f

Please sign in to comment.