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 fe6e9d6 commit 6c51b7bCopy full SHA for 6c51b7b
DependencyInjection/AsyncEventDispatcherExtension.php
@@ -28,7 +28,7 @@ public function load(array $configs, ContainerBuilder $container)
28
->addTag('enqueue.processor', [
29
'command' => Commands::DISPATCH_ASYNC_EVENTS,
30
'queue' => '%enqueue_events_queue%',
31
- 'queue_prefixed' => false,
+ 'prefix_queue' => false,
32
'exclusive' => true,
33
])
34
->addTag('enqueue.transport.processor')
0 commit comments