jobList = $jobList; } public function getName() { return 'Initialize migration of background images from dashboard to theming app'; } public function run(IOutput $output) { $this->jobList->add(MigrateBackgroundImages::class, ['stage' => MigrateBackgroundImages::STAGE_PREPARE]); } }