瀏覽代碼

[FrameworkBundle] added some more files in the class cache

Fabien Potencier 14 年之前
父節點
當前提交
d10bc3e412
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

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