testing mail subject #300

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-04 03:54:20 +00:00

View File

@@ -12,8 +12,8 @@ Artisan::command('auto:scheduler', function () {
})->everyMinute()->withoutOverlapping(); })->everyMinute()->withoutOverlapping();
Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class] Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class]
->description('Deletable Old Records From Database ('.env('APP_URL').')') ->description('Deletable Old Records From Server ('.env('APP_URL').')')
->dailyAt('09:22') ->dailyAt('09:25')
->emailOutputTo('digitalmanufacturingiiot@gmail.com'); ->emailOutputTo('digitalmanufacturingiiot@gmail.com');
// app()->booted(function () { // app()->booted(function () {