File tree 1 file changed +1
-1
lines changed
src/Symfony/Bundle/FrameworkBundle 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public function build(ContainerBuilder $container)
146
146
$ container ->addCompilerPass (new CachePoolPrunerPass (), PassConfig::TYPE_AFTER_REMOVING );
147
147
$ this ->addCompilerPassIfExists ($ container , FormPass::class);
148
148
$ container ->addCompilerPass (new WorkflowGuardListenerPass ());
149
- $ container ->addCompilerPass (new ResettableServicePass ());
149
+ $ container ->addCompilerPass (new ResettableServicePass (), PassConfig:: TYPE_BEFORE_OPTIMIZATION , - 32 );
150
150
$ container ->addCompilerPass (new RegisterLocaleAwareServicesPass ());
151
151
$ container ->addCompilerPass (new TestServiceContainerWeakRefPass (), PassConfig::TYPE_BEFORE_REMOVING , -32 );
152
152
$ container ->addCompilerPass (new TestServiceContainerRealRefPass (), PassConfig::TYPE_AFTER_REMOVING );
You can’t perform that action at this time.
0 commit comments