chore: remove default inspire artisan command from console routes
This commit is contained in:
parent
b05e5212b3
commit
1030a215c3
@ -1,12 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Foundation\Inspiring;
|
|
||||||
use Illuminate\Support\Facades\Artisan;
|
|
||||||
|
|
||||||
Artisan::command('inspire', function () {
|
|
||||||
$this->comment(Inspiring::quote());
|
|
||||||
})->purpose('Display an inspiring quote');
|
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Schedule;
|
use Illuminate\Support\Facades\Schedule;
|
||||||
|
|
||||||
Schedule::command('app:generate-daily-sessions')->dailyAt('00:00');
|
Schedule::command('app:generate-daily-sessions')->dailyAt('00:00');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user