logistics contracts

This commit is contained in:
2018-12-08 16:20:49 -06:00
parent e54b2abed1
commit 097287ff13
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ use Seat\Eseye\Configuration;
use Seat\Eseye\Containers\EsiAuthentication;
use Seat\Eseye\Eseye;
class getLogisticContracts extends Command
class GetLogisticContracts extends Command
{
/**
* The name and signature of the console command.

View File

@@ -19,6 +19,7 @@ class Kernel extends ConsoleKernel
Commands\UpdateMoonPricing::class,
Commands\DumpFleets::class,
Commands\CalculateMarketTax::class,
Commands\GetLogisticsContracts::class,
];
/**