Verified Commit 1d405d11 authored by Dave Long's avatar Dave Long
Browse files

Issue #3401331 by znerol: Add Psr\EventDispatcher\EventDispatcherInterface alias to core services

parent f3c999ff
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -865,6 +865,7 @@ services:
  event_dispatcher:
    class: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
    arguments: ['@service_container']
  Psr\EventDispatcher\EventDispatcherInterface: '@event_dispatcher'
  Symfony\Contracts\EventDispatcher\EventDispatcherInterface: '@event_dispatcher'
  controller_resolver:
    class: Drupal\Core\Controller\ControllerResolver