This commit is contained in:
2019-07-05 00:55:52 -05:00
parent fd747d49fb
commit 2f68ef43da

View File

@@ -58,7 +58,7 @@ class AssetHelper {
try { try {
$assets = $esi->page($this->page) $assets = $esi->page($this->page)
->invoke('get', '/corporations/{corporation_id}/assets', [ ->invoke('get', '/corporations/{corporation_id}/assets', [
'corporation_id' => $this->corId, 'corporation_id' => $this->corpId,
]); ]);
} catch(RequestFailedException $e) { } catch(RequestFailedException $e) {
Log::critical("Failed to get page of assets from ESI."); Log::critical("Failed to get page of assets from ESI.");