cronManager = $cronManager; $this->params = $params; } public function run() : void { $this->cronManager->runJobById($this->params->id); } }