diff --git a/Resources/config/services/router.yaml b/Resources/config/services/router.yaml index 0ddc1bb..49c8d58 100644 --- a/Resources/config/services/router.yaml +++ b/Resources/config/services/router.yaml @@ -1,7 +1,9 @@ services: enhavo_routing.router: - class: Enhavo\Bundle\RoutingBundle\Router\Router public: true + alias: Enhavo\Bundle\RoutingBundle\Router\Router + + Enhavo\Bundle\RoutingBundle\Router\Router: arguments: - '@enhavo_routing.router.strategy_collector' - '@Enhavo\Component\Metadata\MetadataRepository[Routing]'