From 390fe6e3f10038677e1c320a5ab5bda3ec632589 Mon Sep 17 00:00:00 2001 From: Aleksandr Moroz Date: Thu, 23 Aug 2018 17:48:53 +0300 Subject: [PATCH] Update OverblogThriftBundle.php --- OverblogThriftBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }