Chnaged schedule time of import transit mail #773

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-18 12:14:15 +00:00
Showing only changes of commit 9cf817e304 - Show all commits

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,