added new commands to the console kernel

This commit is contained in:
2020-05-15 03:55:54 -05:00
parent 5b959f9d6a
commit b2bba1bf5f

View File

@@ -31,6 +31,9 @@ class Kernel extends ConsoleKernel
Commands\Data\CleanStaleDataCommand::class, Commands\Data\CleanStaleDataCommand::class,
Commands\Moons\MoonsUpdateCommand::class, Commands\Moons\MoonsUpdateCommand::class,
Commands\Moons\RentalMoonCommand::class, Commands\Moons\RentalMoonCommand::class,
Commands\Market\GetMarketDataCommand::class,
Commands\Market\PurgeMarketDataCommand::class,
Commands\PublicContracts\PublicContractsCommand::class,
]; ];
/** /**