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, ]; /**