[FrameworkBundle] fixed class load order

This commit is contained in:
Fabien Potencier 2011-03-18 12:07:42 +01:00
parent f0c558592c
commit 0d052201fe

View File

@ -136,8 +136,8 @@ class FrameworkExtension extends Extension
'Symfony\\Component\\HttpFoundation\\Response',
'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag',
'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface',
'Symfony\\Component\\EventDispatcher\\EventDispatcher',
'Symfony\\Component\\EventDispatcher\\Event',
'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface',