From 3b6eab2b4684afe11b70a4e3209776f50abd10af Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 8 Jul 2019 00:37:39 -0500 Subject: [PATCH] command for contracts --- app/Console/Commands/Logistics/GetEveContracts.php | 2 +- app/Console/Kernel.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/Logistics/GetEveContracts.php b/app/Console/Commands/Logistics/GetEveContracts.php index f6f4b3587..77e3b8073 100644 --- a/app/Console/Commands/Logistics/GetEveContracts.php +++ b/app/Console/Commands/Logistics/GetEveContracts.php @@ -24,7 +24,7 @@ use App\Models\Jobs\JobProcessContracts; use App\Models\Esi\EsiScope; use App\Models\Esi\EsiToken; -class GetEveContracts extends Command +class GetEveContractsCommand extends Command { /** * The name and signature of the console command. diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index b6d4b1d8a..afcfd3add 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -24,6 +24,7 @@ class Kernel extends ConsoleKernel Commands\PiTransactionsCommand::class, Commands\GetStructuresCommand::class, Commands\GetAssetsCommand::class, + Commands\GetEveContractsCommand::class, ]; /**