I have two different cron jobs below.
protected function schedule(Schedule $schedule)
{
$schedule->command('eventnotification:mail');
$schedule->command('workflownotification:mail');
}
How can i run both cron jobs by daily 6AM?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire