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 7de4a08 commit fadf939Copy full SHA for fadf939
DependencyInjection/RoutingResolverPass.php
@@ -39,7 +39,7 @@ public function process(ContainerBuilder $container)
39
40
$definition = $container->getDefinition($this->resolverServiceId);
41
42
- foreach ($container->findTaggedServiceIds($this->loaderTag) as $id => $attributes) {
+ foreach ($container->findTaggedServiceIds($this->loaderTag, true) as $id => $attributes) {
43
$definition->addMethodCall('addLoader', array(new Reference($id)));
44
}
45
0 commit comments