jobs testing
This commit is contained in:
@@ -71,7 +71,7 @@ class SendEveMail implements ShouldQueue
|
||||
$authentication = new EsiAuthentication([
|
||||
'client_id' => $config['client_id'],
|
||||
'secret' => $config['secret'],
|
||||
'refresh_token' => $token->refresh_token,
|
||||
'refresh_token' => $token[0]->refresh_token,
|
||||
]);
|
||||
|
||||
//Setup the Eseye class
|
||||
|
||||
Reference in New Issue
Block a user