Skip to content

Commit 33e17b0

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix: Remove space
2 parents af41b73 + 249434e commit 33e17b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ different messages to them. For example:
536536
queue_name: low
537537
538538
routing:
539-
'App\Message\SmsNotification': async_priority_low
540-
'App\Message\NewUserWelcomeEmail': async_priority_high
539+
'App\Message\SmsNotification': async_priority_low
540+
'App\Message\NewUserWelcomeEmail': async_priority_high
541541
542542
.. code-block:: xml
543543

0 commit comments

Comments
 (0)