From 7c1946d8790cd63d7c75d2978f470fcd584b3304 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 5 Nov 2025 18:04:22 +0530 Subject: [PATCH] Update daily invoice data report scheduling time to 10:00 --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index a8a8928..223c6f0 100644 --- a/routes/console.php +++ b/routes/console.php @@ -92,7 +92,7 @@ Artisan::command('inspire', function () { $command->hourly(); break; case 'Daily': - $command->dailyAt('07:59'); + $command->dailyAt('10:00'); break; } }