Compare commits
2 Commits
b032f14deb
...
4289fb3ef1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4289fb3ef1 | |||
|
|
f2d0d3da8e |
@@ -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