1
0
forked from poc/pds

Changed time of import transit mail report

This commit is contained in:
dhanabalan
2026-06-15 09:46:31 +05:30
parent bfb8fcde29
commit 75836e3159

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') == '09:30') {
try {
\Artisan::call('send-import-transit', [
'schedule_type' => $rule->schedule_type,