refactor: remove redundant http kernel

http kernel functionality has now been moved to bootstrap/app.php

Signed-off-by: Miguel Nogueira <me@nogueira.codes>
This commit is contained in:
2025-08-06 10:10:42 +01:00
parent 5d181bba03
commit f2a5a9fe6a
3 changed files with 62 additions and 142 deletions

View File

@@ -22,16 +22,6 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
/*
|--------------------------------------------------------------------------
| Console Routes
|--------------------------------------------------------------------------
|
| This file is where you may define all of your Closure based console
| commands. Each Closure is bound to a command instance allowing a
| simple approach to interacting with each command's IO methods.
|
*/
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());