Fix cron jobs by removing the extra unusable argument

This commit is contained in:
Lance Pioch 2018-05-13 00:41:56 -04:00
parent 5f6ee45f44
commit ba96829d13
6 changed files with 7 additions and 7 deletions

View file

@ -63,7 +63,7 @@ class ProcessScheduleService
{
$this->repository->loadTasks($schedule);
$formattedCron = sprintf('%s %s %s * %s *',
$formattedCron = sprintf('%s %s %s * %s',
$schedule->cron_minute,
$schedule->cron_hour,
$schedule->cron_day_of_month,