esi lookup helper

This commit is contained in:
2019-12-12 00:39:28 -06:00
parent dd8f85a356
commit a210eb5e81

View File

@@ -183,6 +183,7 @@ class Esi {
$authentication = new EsiAuthentication([
'client_id' => $config['client_id'],
'secret' => $config['secret'],
'token_expires' => date('Y-m-d H:i:s', time() + 600),
]);
} else {
$authentication = new EsiAuthentication([