From b98820b7c9199d01f0f9ce8c55c071d318070673 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 00:59:24 -0500 Subject: [PATCH] fixed typo in moonupdatecommand.php --- app/Console/Commands/Moons/MoonsUpdateCommand.php | 1 - app/Jobs/Commands/Moons/FetchMoonObserverJob.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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;