registerForAutoconfiguration(BaseTranslation::class) ->addTag('kupshop.translation') ->setAutowired(true); $container->addCompilerPass(new TranslationPass()); } }