We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106135 commit 9f14631Copy full SHA for 9f14631
DependencyInjection/AsyncCommandExtension.php
@@ -19,7 +19,7 @@ public function load(array $configs, ContainerBuilder $container)
19
'client' => $client,
20
'command' => Commands::RUN_COMMAND,
21
'queue' => Commands::RUN_COMMAND,
22
- 'queue_prefixed' => false,
+ 'prefix_queue' => false,
23
'exclusive' => true,
24
])
25
->addTag('enqueue.transport.processor')
0 commit comments