From 952d6e83e3b0f0dfcbaa033d27274112dde6fb09 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 4 Jul 2019 22:04:11 -0500 Subject: [PATCH] structures and assets jobs --- app/Console/Commands/Assets/GetAssets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Assets/GetAssets.php b/app/Console/Commands/Assets/GetAssets.php index 7541e02dc..fc7c7c096 100644 --- a/app/Console/Commands/Assets/GetAssets.php +++ b/app/Console/Commands/Assets/GetAssets.php @@ -80,7 +80,7 @@ class GetAssetsCommand extends Command //Get the refresh token from the database $token = EsiToken::where(['character_id' => $charId])->get(['refresh_token']); - dd($token); + //Create the authentication container $authentication = new EsiAuthentication([ 'client_id' => $config['client_id'], 'secret' => $config['secret'],