1
0
forked from poc/pds

Change import transit time for mail

This commit is contained in:
dhanabalan
2026-06-17 17:31:20 +05:30
parent 1d6a914c04
commit 02db70c0bd

View File

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