console command
This commit is contained in:
@@ -4,6 +4,7 @@ namespace App\Console\Commands;
|
|||||||
|
|
||||||
//Internal Library
|
//Internal Library
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
|
use Log;
|
||||||
|
|
||||||
//Libraries
|
//Libraries
|
||||||
use Seat\Eseye\Cache\NullCache;
|
use Seat\Eseye\Cache\NullCache;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ class Kernel extends ConsoleKernel
|
|||||||
Commands\GetStructuresCommand::class,
|
Commands\GetStructuresCommand::class,
|
||||||
Commands\GetAssetsCommand::class,
|
Commands\GetAssetsCommand::class,
|
||||||
Commands\GetEveContractsCommand::class,
|
Commands\GetEveContractsCommand::class,
|
||||||
|
Commands\PurgeUsers::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user