We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b92d2 commit a52206eCopy full SHA for a52206e
OverblogThriftBundle.php
@@ -37,6 +37,6 @@ public function build(ContainerBuilder $container)
37
{
38
parent::build($container);
39
40
- $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_REMOVING);
+ $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_OPTIMIZATION, 1000)
41
}
42
0 commit comments