[FrameworkBundle] removed HttpFoundation classes from HttpKernel cache

This commit is contained in:
Bilal Amarni 2013-05-26 17:11:20 +03:00
parent fb7adaa417
commit c8e5503624
1 changed files with 0 additions and 8 deletions

View File

@ -107,14 +107,6 @@ class FrameworkExtension extends Extension
}
$this->addClassesToCompile(array(
'Symfony\\Component\\HttpFoundation\\ParameterBag',
'Symfony\\Component\\HttpFoundation\\HeaderBag',
'Symfony\\Component\\HttpFoundation\\FileBag',
'Symfony\\Component\\HttpFoundation\\ServerBag',
'Symfony\\Component\\HttpFoundation\\Request',
'Symfony\\Component\\HttpFoundation\\Response',
'Symfony\\Component\\HttpFoundation\\ResponseHeaderBag',
'Symfony\\Component\\Config\\FileLocator',
'Symfony\\Component\\EventDispatcher\\Event',