chore: remove default inspire artisan command from console routes

This commit is contained in:
Yoga Pangestu 2026-03-30 17:05:23 +07:00
parent b05e5212b3
commit 1030a215c3

View File

@ -1,12 +1,5 @@
<?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;
Schedule::command('app:generate-daily-sessions')->dailyAt('00:00');