Skip to content

Commit

Permalink
Use the DynamicRouter from CMF Routing Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Apr 8, 2020
1 parent 44a5a43 commit b7bd00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/config/services.yml
Expand Up @@ -541,7 +541,7 @@ services:
- ['addRouteFilter', ['@contao.routing.published_filter']]

contao.routing.page_router:
class: Symfony\Cmf\Component\Routing\DynamicRouter
class: Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter
arguments:
- '@router.request_context'
- '@contao.routing.nested_matcher'
Expand Down

0 comments on commit b7bd00b

Please sign in to comment.