Skip to content

Commit 6c51b7b

Browse files
committed
Fix async command/event pkgs
1 parent fe6e9d6 commit 6c51b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/AsyncEventDispatcherExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function load(array $configs, ContainerBuilder $container)
2828
->addTag('enqueue.processor', [
2929
'command' => Commands::DISPATCH_ASYNC_EVENTS,
3030
'queue' => '%enqueue_events_queue%',
31-
'queue_prefixed' => false,
31+
'prefix_queue' => false,
3232
'exclusive' => true,
3333
])
3434
->addTag('enqueue.transport.processor')

0 commit comments

Comments
 (0)