|
@@ -121,6 +121,7 @@ class FrameworkExtension extends Extension
|
|
|
'Symfony\\Component\\HttpFoundation\\HeaderBag',
|
|
|
'Symfony\\Component\\HttpFoundation\\Request',
|
|
|
'Symfony\\Component\\HttpFoundation\\Response',
|
|
|
+ 'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag',
|
|
|
|
|
|
'Symfony\\Component\\HttpKernel\\BaseHttpKernel',
|
|
|
'Symfony\\Component\\HttpKernel\\HttpKernel',
|
|
@@ -131,12 +132,13 @@ class FrameworkExtension extends Extension
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\RequestListener',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerNameConverter',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver',
|
|
|
+ 'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',
|
|
|
|
|
|
'Symfony\\Component\\EventDispatcher\\Event',
|
|
|
'Symfony\\Component\\EventDispatcher\\EventDispatcher',
|
|
|
'Symfony\\Bundle\\FrameworkBundle\\EventDispatcher',
|
|
|
|
|
|
- 'Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller',
|
|
|
+ 'Symfony\\Component\\Form\\FormConfiguration',
|
|
|
));
|
|
|
}
|
|
|
|