fixed an issue with the esi variable for get structure info in StructureHelper

This commit is contained in:
2020-05-23 23:19:29 -05:00
parent 5da41d4d04
commit 66dab8c1b8

View File

@@ -116,7 +116,7 @@ class StructureHelper {
}
try {
$info = $esi->invoke('get', '/universe/structures/{structure_id}/', [
$info = $this->esi->invoke('get', '/universe/structures/{structure_id}/', [
'structure_id' => $structureId,
]);
} catch(RequestFailedException $e) {