structures and assets jobs
This commit is contained in:
@@ -80,6 +80,7 @@ class GetAssetsCommand extends Command
|
|||||||
|
|
||||||
//Get the refresh token from the database
|
//Get the refresh token from the database
|
||||||
$token = EsiToken::where(['character_id' => $charId])->get(['refresh_token']);
|
$token = EsiToken::where(['character_id' => $charId])->get(['refresh_token']);
|
||||||
|
dd($token);
|
||||||
$authentication = new EsiAuthentication([
|
$authentication = new EsiAuthentication([
|
||||||
'client_id' => $config['client_id'],
|
'client_id' => $config['client_id'],
|
||||||
'secret' => $config['secret'],
|
'secret' => $config['secret'],
|
||||||
|
|||||||
Reference in New Issue
Block a user