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 @@ -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 );
160
161
161
162
if ($ container ->getParameter ('kernel.debug ' )) {
162
163
$ container ->addCompilerPass (new AddDebugLogProcessorPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 2 );
163
164
$ container ->addCompilerPass (new UnusedTagsPass (), PassConfig::TYPE_AFTER_REMOVING );
164
165
$ 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