structures and assets jobs
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user