fixed an issue with the esi variable for get structure info in StructureHelper
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user