From 2b602ce66d6ca973fd2eb7e66f95f0401153eca0 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 16 Feb 2024 20:33:32 +0000 Subject: [PATCH] Streamline `$commands` property --- app/Console/Kernel.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e5ecfbb1..6b665f66 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -7,15 +7,6 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel; class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *