Skip to content

Commit ef00c5a

Browse files
authored
Uses the short sender name and remove mysterious dots
1 parent 3fc2685 commit ef00c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symfony/messenger/4.1/config/packages/messenger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ framework:
55
# amqp: "%env(MESSENGER_ADAPTER_DSN)%"
66

77
routing:
8-
# Route your messages to the senders...
9-
# 'App\Message\YourMessage': messenger.sender.amqp
8+
# Route your messages to the senders.
9+
# 'App\Message\YourMessage': amqp

0 commit comments

Comments
 (0)