Merge pull request 'testing mail subject' (#300) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #300
This commit was merged in pull request #300.
This commit is contained in:
@@ -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