1
0
forked from poc/pds

Changed report time for import transit mail

This commit is contained in:
dhanabalan
2026-06-13 10:56:52 +05:30
parent f0bb74690f
commit 78961a7436

View File

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