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 b66e3e5 commit 80529efCopy full SHA for 80529ef
src/DependencyInjection/Compiler/RouterCompilerPass.php
@@ -32,6 +32,6 @@ protected function prepare()
32
33
$def = $this->container->findDefinition('router');
34
$def->setClass('Aequasi\Bundle\CacheBundle\Routing\Router');
35
- $def->addMethodCall('setCache', [new Reference('aequasi_cache.instance.' . $instance)]);
+ $def->addMethodCall('setCache', [new Reference(sprintf('aequasi_cache.instance.%s.bridge', $instance))]);
36
}
37
0 commit comments