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 @@ -122,6 +122,7 @@ public function build(ContainerBuilder $container)
122
122
$ container ->addCompilerPass (new RegisterControllerArgumentLocatorsPass ());
123
123
$ container ->addCompilerPass (new RemoveEmptyControllerArgumentLocatorsPass (), PassConfig::TYPE_BEFORE_REMOVING );
124
124
$ container ->addCompilerPass (new RoutingResolverPass ());
125
+ $ container ->addCompilerPass (new DataCollectorTranslatorPass ());
125
126
$ container ->addCompilerPass (new ProfilerPass ());
126
127
// must be registered before removing private services as some might be listeners/subscribers
127
128
// but as late as possible to get resolved parameters
@@ -141,7 +142,6 @@ public function build(ContainerBuilder $container)
141
142
$ container ->addCompilerPass (new FragmentRendererPass ());
142
143
$ this ->addCompilerPassIfExists ($ container , SerializerPass::class);
143
144
$ this ->addCompilerPassIfExists ($ container , PropertyInfoPass::class);
144
- $ container ->addCompilerPass (new DataCollectorTranslatorPass ());
145
145
$ container ->addCompilerPass (new ControllerArgumentValueResolverPass ());
146
146
$ container ->addCompilerPass (new CachePoolPass (), PassConfig::TYPE_BEFORE_OPTIMIZATION , 32 );
147
147
$ container ->addCompilerPass (new CachePoolClearerPass (), PassConfig::TYPE_AFTER_REMOVING );
You can’t perform that action at this time.
0 commit comments