Compare commits
2 Commits
88046d7a2a
...
956c34a5da
| Author | SHA1 | Date | |
|---|---|---|---|
| 956c34a5da | |||
|
|
b9e62618a0 |
@@ -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