From b9e62618a0081b9e496f03f75ad8557e31fbdddc Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 4 Feb 2026 09:35:34 +0530 Subject: [PATCH] Updated prunable record report generation daily at 7 o'clock --- routes/console.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/console.php b/routes/console.php index 22e3906..820d305 100644 --- a/routes/console.php +++ b/routes/console.php @@ -13,8 +13,8 @@ Artisan::command('auto:scheduler', function () { Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class] ->description('Deletable Old Records From Server ('.env('APP_URL').')') - ->dailyAt('09:25') - ->emailOutputTo('digitalmanufacturingiiot@gmail.com'); + ->dailyAt('07:00') + ->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true); // app()->booted(function () { // $schedule = app(Schedule::class);