rental moon ledgers table

This commit is contained in:
2020-05-27 02:59:14 -05:00
parent a70f45938a
commit 9696a15e02

View File

@@ -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 Structure($this->charId, $character->corporation_id, $esi);
$structureHelper = new StructureHelper($this->charId, $character->corporation_id, $esi);
//Get the mining observers for the corporation's from esi
try {