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.
2 parents 6b8ff62 + 67fb8ef commit 1c92836Copy full SHA for 1c92836
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
@@ -106,7 +106,7 @@ public function process(ContainerBuilder $container)
106
$definition->addMethodCall('addListener', $args);
107
107< 5C53 /code>
108
if (isset($this->hotPathEvents[$args[0]])) {
109
- $container->getDefinition($id)->addTag('container.hot_path');
+ $container->getDefinition($id)->addTag($this->hotPathTagName);
110
}
111
112
$extractingDispatcher->listeners = [];
0 commit comments