testing mail subject #298
@@ -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')
|
||||
->dailyAt('07:00')
|
||||
->description('Deletable Old Records From Database - '.env('APP_URL'))
|
||||
->dailyAt('09:19')
|
||||
->emailOutputTo('digitalmanufacturingiiot@gmail.com');
|
||||
|
||||
// app()->booted(function () {
|
||||
|
||||
Reference in New Issue
Block a user