structure helper stuff

This commit is contained in:
2020-05-27 03:22:43 -05:00
parent 128172b597
commit e7424b9272
@@ -84,6 +84,7 @@ class FetchMoonObserverJob implements ShouldQueue
//Delcare the structure helper since we have the necessary data
$structureHelper = new StructureHelper($this->charId, $character->corporation_id, $esi);
dd($structureHelper);
//Get the mining observers for the corporation's from esi
try {