setName('sync-members'); } /** * @see Command */ protected function execute(InputInterface $input, OutputInterface $output) { $container = $this->getContainer(); $container ->get('app.mailchimp_members_auto_synchronizer') ->setLogger($container->get('logger')) ->synchronize() ; } }