Compare commits
2 Commits
0b221c5eae
...
cd45e6658a
| Author | SHA1 | Date | |
|---|---|---|---|
| cd45e6658a | |||
|
|
574e244e2f |
@@ -9,14 +9,9 @@ Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
|
||||
Artisan::command('auto:scheduler', function () {
|
||||
$this->call('custom:scheduler');
|
||||
})->everyMinute();
|
||||
|
||||
|
||||
// Schedule::command('send:invoice-report');
|
||||
// Schedule::command('send:production-report');
|
||||
})->everyMinute()->withoutOverlapping();
|
||||
|
||||
// app()->booted(function () {
|
||||
// $schedule = app(Schedule::class);
|
||||
|
||||
Reference in New Issue
Block a user