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 @@ -107,7 +107,7 @@ public function build(ContainerBuilder $container)
107
107
$ this ->addCompilerPassIfExists ($ container , AddConstraintValidatorsPass::class, PassConfig::TYPE_BEFORE_REMOVING );
108
108
$ container ->addCompilerPass (new AddAnnotationsCachedReaderPass (), PassConfig::TYPE_AFTER_REMOVING , -255 );
109
109
$ this ->addCompilerPassIfExists ($ container , AddValidatorInitializersPass::class);
110
- $ this ->addCompilerPassIfExists ($ container , AddConsoleCommandPass::class);
110
+ $ this ->addCompilerPassIfExists ($ container , AddConsoleCommandPass::class, PassConfig:: TYPE_BEFORE_REMOVING );
111
111
if (class_exists (TranslatorPass::class)) {
112
112
// Arguments to be removed in 4.0, relying on the default values
113
113
$ container ->addCompilerPass (new TranslatorPass ('translator.default ' , 'translation.loader ' ));
You can’t perform that action at this time.
0 commit comments