helper fix

This commit is contained in:
2019-10-12 20:25:08 -05:00
parent 6659562556
commit bf8a2781db
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -33,6 +33,9 @@ class ContractHelper {
$configuration = Configuration::getInstance();
$configuration->cache = NullCache::class;
//Get the esi configuration from config files
$config = config('esi');
//Get the refresh token from the database
$token = $esiHelper->GetRefreshToken($config['primary']);
$this->esi = $esiHelper->SetupEsiAuthentication($token);