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 @@ -157,12 +157,12 @@ public function build(ContainerBuilder $container)
157
157
$ container ->addCompilerPass (new RegisterReverseContainerPass (true ));
158
158
$ container ->addCompilerPass (new RegisterReverseContainerPass (false ), PassConfig::TYPE_AFTER_REMOVING );
159
159
$ container ->addCompilerPass (new SessionPass ());
160
- $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
161
160
162
161
if ($ container ->getParameter ('kernel.debug ' )) {
163
162
$ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
164
163
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
165
164
$ container ->addCompilerPass (new ContainerBuilderDebugDumpPass (), PassConfig::TYPE_BEFORE_REMOVING , -255 );
165
+ $ container ->addCompilerPass (new CacheCollectorPass (), PassConfig::TYPE_BEFORE_REMOVING );
166
166
}
167
167
}
168
168
You can’t perform that action at this time.
0 commit comments