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 @@ -163,12 +163,12 @@ public function build(ContainerBuilder $container)
163163 $ container ->addCompilerPass (new RegisterReverseContainerPass (true ));
164164 $ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
165165 $ container ->addCompilerPass (new RemoveUnusedSessionMarshallingHandlerPass ());
166- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
167166
168167 if ($ container ->getParameter ('kernel.debug ' )) {
169168 $ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
170169 $ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
171170 $ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
171+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
172172 }
173173 }
174174
You can’t perform that action at this time.
0 commit comments