File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ public function build(ContainerBuilder $container)
160
160
$ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
161
161
$ container ->addCompilerPass (new RemoveUnusedSessionMarshallingHandlerPass ());
162
162
$ container ->addCompilerPass (new SessionPass ());
163
- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
164
163
165
164
if ($ container ->getParameter ('kernel.debug ' )) {
166
165
$ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
167
166
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
168
167
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
168
+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
169
169
}
170
170
}
171
171
You can’t perform that action at this time.
0 commit comments