registerForAutoconfiguration(SynchronizerInterface::class) ->addTag('pompo.datago.synchronizer') ->setAutowired(true) ->setPublic(false); $container->registerForAutoconfiguration(\External\PompoBundle\DRS\Synchronizer\SynchronizerInterface::class) ->addTag('pompo.drs.synchronizer') ->setAutowired(true) ->setPublic(false); $container->addCompilerPass(new UnregisterUnwantedServicesPass(), priority: 99); } }