From daff0fc566732cd52fdd7068bdb8d782f2bbc38e Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Jan 2023 17:02:12 +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 28cdc1f1..2121d32f 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -8,15 +8,6 @@ use Illuminate\Support\Facades\Storage; class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *