From 8a7f13c0551ff26808cd6e4b6e491ae42ae2433c Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 24 Oct 2022 17:27:42 +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 4c195b92d3..835afc6f4b 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -9,15 +9,6 @@ use LibreNMS\Util\Version; class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *