Compare commits
2 Commits
c60eae50a1
...
88046d7a2a
| Author | SHA1 | Date | |
|---|---|---|---|
| 88046d7a2a | |||
|
|
1325b77eb3 |
@@ -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 ('.env('APP_URL').')')
|
||||
->dailyAt('09:22')
|
||||
->description('Deletable Old Records From Server ('.env('APP_URL').')')
|
||||
->dailyAt('09:25')
|
||||
->emailOutputTo('digitalmanufacturingiiot@gmail.com');
|
||||
|
||||
// app()->booted(function () {
|
||||
|
||||
Reference in New Issue
Block a user