Skip to content

Commit 9f14631

Browse files
committed
Fix async command/event pkgs
1 parent c106135 commit 9f14631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/AsyncCommandExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function load(array $configs, ContainerBuilder $container)
1919
'client' => $client,
2020
'command' => Commands::RUN_COMMAND,
2121
'queue' => Commands::RUN_COMMAND,
22-
'queue_prefixed' => false,
22+
'prefix_queue' => false,
2323
'exclusive' => true,
2424
])
2525
->addTag('enqueue.transport.processor')

0 commit comments

Comments
 (0)