ledger stuff for users

This commit is contained in:
2021-03-21 01:09:40 +09:00
parent 0a0d6bc998
commit c6b5f01c55

View File

@@ -29,8 +29,9 @@ class LookupHelper {
public function __construct() {
//Declare a variable for use by the construct
$esiHelper = new Esi;
$this->esi = $esiHelper->SetupEsiAuthentication();
$config = config('esi');
$refreshToken = $esiHelper->GetRefreshToken($config['primary']);
$this->esi = $esiHelper->SetupEsiAuthentication($refreshToken);
}
public function ItemNameToId($itemName) {