From 75836e31596313d5166b0e9d728245388810df5d Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 15 Jun 2026 09:46:31 +0530 Subject: [PATCH] Changed time of import transit mail report --- app/Console/Commands/Scheduler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Scheduler.php b/app/Console/Commands/Scheduler.php index 7178cab..0afc3be 100644 --- a/app/Console/Commands/Scheduler.php +++ b/app/Console/Commands/Scheduler.php @@ -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,