Преглед изворни кода

[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle

Benjamin Eberlei пре 14 година
родитељ
комит
5700be7ac4
1 измењених фајлова са 0 додато и 1 уклоњено
  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);
     }
 
     /**