This commit is contained in:
2019-07-04 23:41:52 -05:00
parent dc3d536f0b
commit af08d5c239

View File

@@ -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.");