This commit is contained in:
2019-05-31 00:11:11 -05:00
parent 25c7ded898
commit 0dca9f0088

View File

@@ -63,9 +63,9 @@ class StructureHelper {
//Try to get the ESI data
try {
$structures = $esi->page($currentPage)
$structures = $esi->page($page)
->invoke('get', '/corporations/{corporation_id}/structures/', [
'corporation_id' => $corpId,
'corporation_id' => $this->corpId,
]);
} catch (RequestFailedException $e) {
Log::critical("Failed to get structure list.");