From c2e8b07de0ac1a19f54ffb003503dfe572ccb1c2 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 2 Apr 2020 23:20:12 -0500 Subject: [PATCH] modified kernel for commands --- app/Console/Kernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d822330f6..252f9c462 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -27,7 +27,6 @@ class Kernel extends ConsoleKernel Commands\FlexStructureCommand::class, Commands\EmptyJumpBridges::class, Commands\PurgeWormholes::class, - Commands\MoonFormatter::class, ]; /**