Updated prunable record report generation daily at 7 o'clock #301
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user