From 34a54c53298da00b7fb44d2a35a9c7086fbd0051 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 13 Jun 2023 23:23:20 +0100 Subject: Remove unnecessary stuff Watch everything break when I do this --- routes/console.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'routes/console.php') diff --git a/routes/console.php b/routes/console.php index e05f4c9..1e141ea 100644 --- a/routes/console.php +++ b/routes/console.php @@ -13,7 +13,3 @@ use Illuminate\Support\Facades\Artisan; | simple approach to interacting with each command's IO methods. | */ - -Artisan::command('inspire', function () { - $this->comment(Inspiring::quote()); -})->purpose('Display an inspiring quote'); -- cgit v1.2.3-54-g00ecf