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