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. *