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.
2 parents 8ca3d37 + bc7da89 commit 70b92d2Copy full SHA for 70b92d2
OverblogThriftBundle.php
@@ -12,6 +12,7 @@
12
namespace Overblog\ThriftBundle;
13
14
use Overblog\ThriftBundle\DependencyInjection\Compiler\FactoryPass;
15
+use Symfony\Component\DependencyInjection\Compiler\PassConfig;
16
use Symfony\Component\DependencyInjection\ContainerBuilder;
17
use Symfony\Component\HttpKernel\Bundle\Bundle;
18
@@ -36,6 +37,6 @@ public function build(ContainerBuilder $container)
36
37
{
38
parent::build($container);
39
- $container->addCompilerPass(new FactoryPass());
40
+ $container->addCompilerPass(new FactoryPass(), PassConfig::TYPE_BEFORE_REMOVING);
41
}
42
0 commit comments