From ef280382a8397870f2920151dcb07bef4f34cabd Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 1 Apr 2020 23:51:20 -0500 Subject: [PATCH] moon formatter --- app/Console/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 252f9c462..d822330f6 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -27,6 +27,7 @@ class Kernel extends ConsoleKernel Commands\FlexStructureCommand::class, Commands\EmptyJumpBridges::class, Commands\PurgeWormholes::class, + Commands\MoonFormatter::class, ]; /**