From 1325b77eb38b666dea50a88b9e653fb087b036fe Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 4 Feb 2026 09:23:45 +0530 Subject: [PATCH] testing mail subject --- routes/console.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/console.php b/routes/console.php index 67bb603..22e3906 100644 --- a/routes/console.php +++ b/routes/console.php @@ -12,8 +12,8 @@ Artisan::command('auto:scheduler', function () { })->everyMinute()->withoutOverlapping(); Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class] - ->description('Deletable Old Records From Database ('.env('APP_URL').')') - ->dailyAt('09:22') + ->description('Deletable Old Records From Server ('.env('APP_URL').')') + ->dailyAt('09:25') ->emailOutputTo('digitalmanufacturingiiot@gmail.com'); // app()->booted(function () {