assets
This commit is contained in:
@@ -37,7 +37,7 @@ class GetAssetsCommand extends Command
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $description = 'Gets all of the assets of a corporation.';
|
protected $description = 'Gets all of the assets of the holding corporation.';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new command instance.
|
* Create a new command instance.
|
||||||
@@ -101,6 +101,7 @@ class GetAssetsCommand extends Command
|
|||||||
->invoke('get', '/corporations/{corporation_id}/assets/', [
|
->invoke('get', '/corporations/{corporation_id}/assets/', [
|
||||||
'corporation_id' => $corpId,
|
'corporation_id' => $corpId,
|
||||||
]);
|
]);
|
||||||
|
printf('dumping assests variable');
|
||||||
dd($assets);
|
dd($assets);
|
||||||
} catch (RequestFailedException $e) {
|
} catch (RequestFailedException $e) {
|
||||||
Log::critical("Failed to get asset list.");
|
Log::critical("Failed to get asset list.");
|
||||||
|
|||||||
Reference in New Issue
Block a user