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 5931ffd commit 06c2181Copy full SHA for 06c2181
src/DependencyInjection/CompilerPass/ServiceBuilderPass.php
@@ -76,7 +76,7 @@ private function createPsr7CompliantService(ContainerBuilder $container, $typeSe
76
);
77
$def->addArgument(0, new Reference($typeServiceId));
78
79
- //TODO add alias ??
+ $container->setAlias('doctrine_cache.'.$name, $serviceId);
80
}
81
82
/**
0 commit comments