cleaned up unnecessary commands as they got switched to working as jobs.

updated the structure library to be able to be passed the esi connection
added new jobs for the fetch stuff that was being previously done as commands.
This commit is contained in:
2020-05-09 12:40:16 -05:00
parent 1f3954cfe0
commit cf56300676
7 changed files with 231 additions and 102 deletions

View File

@@ -30,9 +30,7 @@ class Kernel extends ConsoleKernel
Commands\Finances\SovBillsCommand::class,
Commands\Data\CleanStaleDataCommand::class,
//Commands\Moons\FetchMoonLedgerCommand::class,
//Commands\Moons\FetchMoonObserversCommand::class,
//Commands\Moons\FetchRentalMoonLedgerCommand::class,
//Commands\Moons\FetchRentalMoonObserversCommand::class,
];
/**