diff --git a/app/Console/Commands/Scheduler.php b/app/Console/Commands/Scheduler.php index 483b877..8514204 100644 --- a/app/Console/Commands/Scheduler.php +++ b/app/Console/Commands/Scheduler.php @@ -104,7 +104,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '08:15') { + if (now()->format('H:i') == '07:59') { \Artisan::call('send:invoice-report', [ 'schedule_type' => $rule->schedule_type, 'plant' => $rule->plant, @@ -142,7 +142,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '08:15') { + if (now()->format('H:i') == '07:59') { \Artisan::call('send:invoice-report', [ 'schedule_type' => $rule->schedule_type, 'plant' => $rule->plant, @@ -180,7 +180,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '08:15') { + if (now()->format('H:i') == '07:59') { \Artisan::call('send:invoice-report', [ 'schedule_type' => $rule->schedule_type, 'plant' => $rule->plant,