diff --git a/app/Console/Commands/Scheduler.php b/app/Console/Commands/Scheduler.php index 9547c5e..4ce0d23 100644 --- a/app/Console/Commands/Scheduler.php +++ b/app/Console/Commands/Scheduler.php @@ -175,7 +175,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '13:03') { + if (now()->format('H:i') == '10:30') { \Artisan::call('send:invoice-data-report', [ 'schedule_type' => $rule->schedule_type, 'plant' => $rule->plant, @@ -210,7 +210,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '16:27') { + if (now()->format('H:i') == '10:45') { try { \Artisan::call('send:invoice-transit-report', [ 'schedule_type' => $rule->schedule_type,