1
0
forked from poc/pds

Merge pull request 'Chnaged schedule time of import transit mail' (#773) from ranjith-dev into master

Reviewed-on: poc/pds#773
This commit is contained in:
2026-06-18 12:14:15 +00:00

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,