|
@@ -148,17 +148,16 @@ class FrameworkExtension extends Extension
|
|
|
'Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent',
|
|
|
'Symfony\\Component\\HttpKernel\\Events',
|
|
|
|
|
|
+ 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
|
|
|
+ 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface',
|
|
|
+ 'Symfony\\Component\\EventDispatcher\\Event',
|
|
|
+ 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface',
|
|
|
+
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\RequestListener',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameParser',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',
|
|
|
-
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\ContainerAwareEventDispatcher',
|
|
|
-
|
|
|
- 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
|
|
|
- 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface',
|
|
|
- 'Symfony\\Component\\EventDispatcher\\Event',
|
|
|
- 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface',
|
|
|
));
|
|
|
}
|
|
|
|