console command

This commit is contained in:
2019-10-22 22:10:59 -05:00
parent a7d3bbb858
commit 324a3ca7da
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Console\Commands;
//Internal Library
use Illuminate\Console\Command;
use Log;
//Libraries
use Seat\Eseye\Cache\NullCache;

View File

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