This commit is contained in:
2020-05-27 03:24:42 -05:00
parent e052d624f4
commit 562802ec56

View File

@@ -83,7 +83,7 @@ class FetchMoonObserverJob implements ShouldQueue
$corporation = $lookup->GetCorporationInfo($character->corporation_id); $corporation = $lookup->GetCorporationInfo($character->corporation_id);
//Delcare the structure helper since we have the necessary data //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 //Get the mining observers for the corporation's from esi
try { try {