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