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 @@ -158,12 +158,12 @@ public function build(ContainerBuilder $container)
158158 $ container ->addCompilerPass (new RegisterReverseContainerPass (true ));
159159 $ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
160160 $ container ->addCompilerPass (new RemoveUnusedSessionMarshallingHandlerPass ());
161- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
162161
163162 if ($ container ->getParameter ('kernel.debug ' )) {
164163 $ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
165164 $ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
166165 $ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
166+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
167167 }
168168 }
169169
You can’t perform that action at this time.
0 commit comments