jobList = $jobList; } public function getName() { return 'Queue a one-time job to cleanup old backups of the updater'; } public function run(IOutput $output) { $this->jobList->add(BackgroundCleanupUpdaterBackupsJob::class); } }