Forráskód Böngészése

[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle

Benjamin Eberlei 14 éve
szülő
commit
5700be7ac4
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php

+ 0 - 1
src/Symfony/Bundle/DoctrineBundle/DoctrineBundle.php

@@ -30,7 +30,6 @@ class DoctrineBundle extends Bundle
         parent::registerExtensions($container);
 
         $container->addCompilerPass(new RegisterEventListenersAndSubscribersPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION);
-        $container->addCompilerPass(new CreateProxyDirectoryPass(), PassConfig::TYPE_BEFORE_REMOVING);
     }
 
     /**