sendingService = $sendingService; $this->log = $log; } public function run(): void { try { $this->sendingService->scheduleEmailSending(); } catch (Exception $e) { $this->log->error('ScheduleReportSending: ' . $e->getMessage()); } } }