From 097287ff13b7e5cf4fd042ca91ce60bd3c367f53 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 8 Dec 2018 16:20:49 -0600 Subject: [PATCH] logistics contracts --- app/Console/Commands/getLogisticContracts.php | 2 +- app/Console/Kernel.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/getLogisticContracts.php b/app/Console/Commands/getLogisticContracts.php index cf3df8049..334507de9 100644 --- a/app/Console/Commands/getLogisticContracts.php +++ b/app/Console/Commands/getLogisticContracts.php @@ -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. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d64c31736..f6e9595bd 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -19,6 +19,7 @@ class Kernel extends ConsoleKernel Commands\UpdateMoonPricing::class, Commands\DumpFleets::class, Commands\CalculateMarketTax::class, + Commands\GetLogisticsContracts::class, ]; /**