testing mail subject #300
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user