database migrations for structures and assets

This commit is contained in:
2019-05-29 21:14:04 -05:00
parent e95a89c86a
commit 82e55421d6
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ use Seat\Eseye\Cache\NullCache;
use Seat\Eseye\Configuration; use Seat\Eseye\Configuration;
use Seat\Eseye\Containers\EsiAuthentication; use Seat\Eseye\Containers\EsiAuthentication;
use Seat\Eseye\Eseye; use Seat\Eseye\Eseye;
use App\Commands\Library\CommandHelper;
//Models //Models
use App\Models\Jobs\JobProcessAssets; use App\Models\Jobs\JobProcessAssets;

View File

@@ -15,6 +15,7 @@ use Seat\Eseye\Cache\NullCache;
use Seat\Eseye\Configuration; use Seat\Eseye\Configuration;
use Seat\Eseye\Containers\EsiAuthentication; use Seat\Eseye\Containers\EsiAuthentication;
use Seat\Eseye\Eseye; use Seat\Eseye\Eseye;
use App\Commands\Library\CommandHelper;
//Models //Models
use App\Models\Jobs\JobProcessStructure; use App\Models\Jobs\JobProcessStructure;