From c89b142eec9cd1a20d97ed7344bbf548827124b2 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 21 Jun 2022 09:58:33 +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 a0a586050149..4ee1a351dda1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -34,15 +34,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. *