jobList = $jobList; $this->config = $config; } public function getName(): string { return 'Add background job to set the lookup server share state for users'; } public function run(IOutput $output): void { $this->jobList->add(LookupServerSendCheckBackgroundJob::class); } }