Explorar o código

[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle

Benjamin Eberlei %!s(int64=14) %!d(string=hai) anos
pai
achega
5700be7ac4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
     }
 
     /**