jobList = $jobList; } public function getName() { return 'Add job to cleanup the bruteforce entries'; } public function run(IOutput $output) { $this->jobList->add(CleanupJob::class); } }