assets
This commit is contained in:
@@ -102,7 +102,7 @@ class GetAssetsCommand extends Command
|
|||||||
'corporation_id' => $corpId,
|
'corporation_id' => $corpId,
|
||||||
]);
|
]);
|
||||||
printf('dumping assests variable');
|
printf('dumping assests variable');
|
||||||
dd($assets);
|
var_dump($assets);
|
||||||
} catch (RequestFailedException $e) {
|
} catch (RequestFailedException $e) {
|
||||||
Log::critical("Failed to get asset list.");
|
Log::critical("Failed to get asset list.");
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user