diff --git a/core/core.services.yml b/core/core.services.yml index e951e55..e99ba59 100644 --- a/core/core.services.yml +++ b/core/core.services.yml @@ -408,8 +408,6 @@ services: - { name: event_subscriber } route_enhancer.authentication: class: Drupal\Core\Routing\Enhancer\AuthenticationEnhancer - calls: - - [setContainer, ['@service_container']] tags: - { name: route_enhancer, priority: 1000 } arguments: ['@authentication', '@current_user']