Skip to content

Commit b660849

Browse files
authored
Update messenger.rst
1 parent e048178 commit b660849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ The transport has a number of options:
953953
$container->loadFromExtension('framework', [
954954
'messenger' => [
955955
'transports' => [
956-
'async_priority_high' => 'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority',
956+
'async_priority_high' => '%env(MESSENGER_TRANSPORT_DSN)%?queue_name=high_priority',
957957
'async_priority_low' => [
958958
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
959959
'options' => [

0 commit comments

Comments
 (0)