command for contracts

This commit is contained in:
2019-07-08 00:37:39 -05:00
parent 0bb0e9d037
commit 3b6eab2b46
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -24,6 +24,7 @@ class Kernel extends ConsoleKernel
Commands\PiTransactionsCommand::class,
Commands\GetStructuresCommand::class,
Commands\GetAssetsCommand::class,
Commands\GetEveContractsCommand::class,
];
/**