test data
This commit is contained in:
@@ -150,11 +150,13 @@ class Esi {
|
|||||||
$esi = null;
|
$esi = null;
|
||||||
$config = config('esi');
|
$config = config('esi');
|
||||||
|
|
||||||
$tokenExpires = time() + $token->expires_in;
|
dd($token);
|
||||||
|
|
||||||
if($token == null) {
|
if($token == null) {
|
||||||
$esi = new Eseye();
|
$esi = new Eseye();
|
||||||
} else {
|
} else {
|
||||||
|
$tokenExpires = $token->inserted_at + $token->expires_in;
|
||||||
|
|
||||||
//Setup the esi authentication container
|
//Setup the esi authentication container
|
||||||
$authentication = new EsiAuthentication([
|
$authentication = new EsiAuthentication([
|
||||||
'client_id' => $config['client_id'],
|
'client_id' => $config['client_id'],
|
||||||
|
|||||||
Reference in New Issue
Block a user