registerForAutoconfiguration(SynchronizerInterface::class) ->addTag('money.synchronizer') ->setAutowired(true); $container->addCompilerPass(new SynchronizerPass()); } }