Browse Source

[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle

Benjamin Eberlei 14 năm trước cách đây
mục cha
commit
5700be7ac4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
     }
 
     /**