structures and assets jobs

This commit is contained in:
2019-07-04 22:00:34 -05:00
parent b9e89e3ffb
commit d894216c54

View File

@@ -80,6 +80,7 @@ class GetAssetsCommand extends Command
//Get the refresh token from the database
$token = EsiToken::where(['character_id' => $charId])->get(['refresh_token']);
dd($token);
$authentication = new EsiAuthentication([
'client_id' => $config['client_id'],
'secret' => $config['secret'],