moved a command to its new home in the code layout

This commit is contained in:
2021-01-11 00:59:01 +09:00
parent b6efe4e54c
commit cc3ebc8af8
2 changed files with 3 additions and 6 deletions

View File

@@ -24,14 +24,11 @@ class Kernel extends ConsoleKernel
Commands\Data\EmptyJumpBridges::class,
Commands\Data\CleanStaleDataCommand::class,
Commands\Data\PurgeCorpMoonLedgers::class,
Commands\Data\GetCorpsCommand::class,
/**
* Assets Commands
*/
Commands\Assets\GetAssetsCommand::class,
/**
* Corp Commands
*/
Commands\Corps\GetCorpsCommand::class,
/**
* Eve Commands
*/