Skip to content

Commit 70025b1

Browse files
committed
minor #13762 Update messenger.rst (atailouloute)
This PR was merged into the 4.4 branch. Discussion ---------- Update messenger.rst Fix php example (unexpected double arrow) Commits ------- b660849 Update messenger.rst
2 parents b6993a2 + b660849 commit 70025b1

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)