maileonUtil = $maileonUtil; } public static function getSubscribedEvents() { return [ CronEvent::RUN_FREQUENT => [ ['generateCSVExports', 200], ], ]; } public function generateCSVExports(): void { $this->maileonUtil->generateCSVExports(); } }