1
0
forked from poc/pds

Chnaged schedule time of import transit mail

This commit is contained in:
dhanabalan
2026-06-18 17:44:00 +05:30
parent b0f13d9b57
commit 9cf817e304

View File

@@ -337,7 +337,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '11:30') {
if (now()->format('H:i') == '08:00') {
try {
\Artisan::call('send-import-transit', [
'schedule_type' => $rule->schedule_type,