setName('throttling:clean') ; } /** * @see Command */ protected function execute(InputInterface $input, OutputInterface $output) { $this->getContainer()->get(\AppBundle\Security\ActionThrottling\ActionThrottling::class)->clearOldLogs(); } }