From a3b712d709304210d48c44a31e4908fe1f4d37da Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 11 May 2020 00:22:36 -0500 Subject: [PATCH] updated commands for kernel for console --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index e52efa43a..1350a4e93 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -29,6 +29,8 @@ class Kernel extends ConsoleKernel Commands\Wormholes\PurgeWormholes::class, Commands\Finances\SovBillsCommand::class, Commands\Data\CleanStaleDataCommand::class, + Commands\Moons\MoonsUpdateCommand::class, + Commands\Moons\RentalMoonCommand::class, ]; /**