From dca99347c9a949d05e510cf2b1d212a8fdac9e4d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 16 Nov 2021 13:54:28 +0000 Subject: [PATCH] Removes the 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 69914e99378..d8bc1d29f0c 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -7,15 +7,6 @@ class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *