echooutput = $echooutput; $this->gamesService = $gamesService ?? new GamesService; } public function process(): void { if ((int) Settings::settingValue('lookupgames') !== 0) { $this->gamesService->processGamesReleases(); } } }