We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f1893 commit 281d46cCopy full SHA for 281d46c
DependencyInjection/AsyncEventDispatcherExtension.php
@@ -22,7 +22,7 @@ public function load(array $configs, ContainerBuilder $container)
22
$loader->load('services.yml');
23
24
if (version_compare(Kernel::VERSION, '3.3', '<')) {
25
- $container->setDefinition('enqueue.events.async_processor', new Definition(OldProxyEventDispatcher::class, [
+ $container->setDefinition('enqueue.events.event_dispatcher', new Definition(OldProxyEventDispatcher::class, [
26
new Reference('service_container'),
27
new Reference('enqueue.events.registry'),
28
new Reference('enqueue.events.event_dispatcher'),
0 commit comments