From 562802ec561d46e43b33a89d76983e2afa996500 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 03:24:42 -0500 Subject: [PATCH] stuff --- app/Jobs/Commands/Moons/FetchMoonObserverJob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index 75321df2c..f7f0faf85 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -83,7 +83,7 @@ class FetchMoonObserverJob implements ShouldQueue $corporation = $lookup->GetCorporationInfo($character->corporation_id); //Delcare the structure helper since we have the necessary data - $structureHelper = new StructureHelper($this->charId, $character->corporation_id, $esi); + $structureHelper = new StructureHelper($this->charId, $character->corporation_id); //Get the mining observers for the corporation's from esi try {