1
0
forked from poc/pds

chnaged time in scheduler

This commit is contained in:
dhanabalan
2026-01-21 13:01:36 +05:30
parent 0b45d970b6
commit 3b709c1dc6

View File

@@ -175,7 +175,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '01:00') {
if (now()->format('H:i') == '13:05') {
\Artisan::call('send:invoice-data-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,