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