From 33ceba78baba318237964646980f275df12e413f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 18 Nov 2021 16:18:32 +0000 Subject: [PATCH] Removes the commands property (#5727) --- app/Console/Kernel.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 69914e99..d8bc1d29 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. *