diff --git a/app/Console/Commands/Moons/MoonsUpdateCommand.php b/app/Console/Commands/Moons/MoonsUpdateCommand.php index 558b0de82..1a883b2a2 100644 --- a/app/Console/Commands/Moons/MoonsUpdateCommand.php +++ b/app/Console/Commands/Moons/MoonsUpdateCommand.php @@ -13,7 +13,6 @@ use App\Jobs\Commands\Moons\FetchMoonObserverJob; //Library use Commands\Library\CommandHelper; -use App\Library\Structures\StructureHelper; //Models use App\Models\Esi\EsiScope; diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index f6569f9ee..bb43e917e 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -14,6 +14,7 @@ use Log; use Seat\Eseye\Exceptions\RequestFailedException; use App\Library\Esi\Esi; use App\Library\Lookups\LookupHelper; +use App\Library\Structures\StructureHelper; //App Models use App\Models\Moon\CorpMoonObserver;