Commit 45c29398 authored by catch's avatar catch
Browse files

Issue #3529592 by lussoluca, znerol, kristiaanvandeneynde: Wrong alias for...

Issue #3529592 by lussoluca, znerol, kristiaanvandeneynde: Wrong alias for access_policy_processor service in core.services.yml

(cherry picked from commit ad1358bc)
parent 098aa13b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1601,7 +1601,7 @@ services:
    arguments: ['@variation_cache.access_policy', '@variation_cache.access_policy_memory', '@cache.access_policy_memory', '@current_user', '@account_switcher']
    tags:
      - { name: service_collector, call: addAccessPolicy, tag: access_policy }
  Drupal\Core\Session\AccessPolicyChainInterface: '@access_policy_processor'
  Drupal\Core\Session\AccessPolicyProcessorInterface: '@access_policy_processor'
  access_policy.super_user:
    class: Drupal\Core\Session\SuperUserAccessPolicy
    tags: