diff --git a/OverblogThriftBundle.php b/OverblogThriftBundle.php index 0cc35e4..b652e1b 100755 --- a/OverblogThriftBundle.php +++ b/OverblogThriftBundle.php @@ -37,6 +37,6 @@ public function build(ContainerBuilder $container) { parent::build($container); - $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000); + //$container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000); } }