jobs testing

This commit is contained in:
2019-01-09 20:02:55 -06:00
parent 80b1c8a1f1
commit 24686165c4
+1 -1
View File
@@ -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