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 2b9900f commit 734a860Copy full SHA for 734a860
DependencyInjection/Compiler/SetRouterPass.php
@@ -22,7 +22,6 @@ class SetRouterPass implements CompilerPassInterface
22
{
23
public function process(ContainerBuilder $container)
24
25
-
26
// only replace the default router by overwriting the 'router' alias if config tells us to
27
if ($container->hasParameter('cmf_routing.replace_symfony_router') && true === $container->getParameter('cmf_routing.replace_symfony_router')) {
28
$container->setAlias('router', 'cmf_routing.router');
0 commit comments