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 755d481 commit 67fb8efCopy full SHA for 67fb8ef
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
@@ -106,7 +106,7 @@ public function process(ContainerBuilder $container)
106
$definition->addMethodCall('addListener', $args);
107
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