From 4d8936f989dce064d93f6a2796b4f66d5e2aee59 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 29 May 2019 21:14:44 -0500 Subject: [PATCH] database migrations for structures and assets --- app/Console/Commands/GetAssets.php | 2 +- app/Console/Commands/GetStructures.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/GetAssets.php b/app/Console/Commands/GetAssets.php index 7c6c63f83..379b041d3 100644 --- a/app/Console/Commands/GetAssets.php +++ b/app/Console/Commands/GetAssets.php @@ -15,7 +15,7 @@ use Seat\Eseye\Cache\NullCache; use Seat\Eseye\Configuration; use Seat\Eseye\Containers\EsiAuthentication; use Seat\Eseye\Eseye; -use App\Commands\Library\CommandHelper; +use Commands\Library\CommandHelper; //Models use App\Models\Jobs\JobProcessAssets; diff --git a/app/Console/Commands/GetStructures.php b/app/Console/Commands/GetStructures.php index 3ad723338..cb4452188 100644 --- a/app/Console/Commands/GetStructures.php +++ b/app/Console/Commands/GetStructures.php @@ -15,7 +15,7 @@ use Seat\Eseye\Cache\NullCache; use Seat\Eseye\Configuration; use Seat\Eseye\Containers\EsiAuthentication; use Seat\Eseye\Eseye; -use App\Commands\Library\CommandHelper; +use Commands\Library\CommandHelper; //Models use App\Models\Jobs\JobProcessStructure;