Ver Fonte

[FrameworkBundle] added some more files in the class cache

Fabien Potencier há 14 anos atrás
pai
commit
d10bc3e412

+ 3 - 1
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

@@ -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',
         ));
     }