diff --git a/core/core.services.yml b/core/core.services.yml
index e791572..c77e3be 100644
--- a/core/core.services.yml
+++ b/core/core.services.yml
@@ -771,10 +771,7 @@ services:
     tags:
       - { name: service_collector, tag: non_lazy_route_enhancer, call: addRouteEnhancer }
   router.no_access_checks:
-    class: Symfony\Cmf\Component\Routing\ChainRouter
-    calls:
-      - [setContext, ['@router.request_context']]
-      - [add, ['@router.dynamic']]
+    alias: router.dynamic
   router.path_roots_subscriber:
     class: Drupal\Core\EventSubscriber\PathRootsSubscriber
     arguments: ['@state']
