structures and assets jobs

This commit is contained in:
2019-07-04 22:04:11 -05:00
parent 6334865d3f
commit 952d6e83e3

View File

@@ -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'],