8000
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 e3b0c88 commit ad60072Copy full SHA for ad60072
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
@@ -149,7 +149,7 @@ public function process(ContainerBuilder $container)
149
continue;
150
}
151
152
- $dispatcherDefinitions[] = $container->getDefinition($attributes['dispatcher']);
+ $dispatcherDefinitions[$attributes['dispatcher']] = $container->getDefinition($attributes['dispatcher']);
153
154
155
if (!$dispatcherDefinitions) {
0 commit comments