From 4c89da824826cf4a9173e910c40851a5a707052f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 01:11:56 -0500 Subject: [PATCH] modified the fetch moon observer job to disregard the structure library helper --- app/Jobs/Commands/Moons/FetchMoonObserverJob.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index bb43e917e..b19d3f0aa 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -14,7 +14,6 @@ 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; @@ -61,7 +60,6 @@ class FetchMoonObserverJob implements ShouldQueue { //Declare some variables $lookup = new LookupHelper; - $structure = new StructureHelper; $esi = new Esi; //Get the configuration from the main site