From af08d5c239ef219aad288ba13ee6d32f81abe91d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 4 Jul 2019 23:41:52 -0500 Subject: [PATCH] assets --- app/Console/Commands/Assets/GetAssets.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/Assets/GetAssets.php b/app/Console/Commands/Assets/GetAssets.php index f8e37e298..65ef26efe 100644 --- a/app/Console/Commands/Assets/GetAssets.php +++ b/app/Console/Commands/Assets/GetAssets.php @@ -37,7 +37,7 @@ class GetAssetsCommand extends Command * * @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. @@ -101,6 +101,7 @@ class GetAssetsCommand extends Command ->invoke('get', '/corporations/{corporation_id}/assets/', [ 'corporation_id' => $corpId, ]); + printf('dumping assests variable'); dd($assets); } catch (RequestFailedException $e) { Log::critical("Failed to get asset list.");