Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a743f20

Browse files
committedJun 17, 2011
removed ContainerAware from the bootstrap file as it was parser by the Doctrine annotation library, which slows down the first request a lot
1 parent 1150006 commit a743f20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎bin/build_bootstrap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ if (file_exists($file)) {
3636
ClassCollectionLoader::load(array(
3737
'Symfony\\Component\\DependencyInjection\\ContainerInterface',
3838
'Symfony\\Component\\DependencyInjection\\Container',
39-
'Symfony\\Component\\DependencyInjection\\ContainerAwareInterface',
40-
'Symfony\\Component\\DependencyInjection\\ContainerAware',
4139

4240
'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface',
4341
'Symfony\\Component\\HttpKernel\\Bundle\\Bundle',

0 commit comments

Comments
 (0)
This repository has been archived.