finance helper

This commit is contained in:
2019-04-19 22:30:45 -05:00
parent 675ace12d1
commit e70f26fd89

View File

@@ -60,7 +60,7 @@ class FinanceHelper {
}
//Reference to see if the character is in our look up table for corporations and characters
$corpId = $lookup->LookupCharacter($charId);
$corpId = $lookups->LookupCharacter($charId);
//Create an ESI authentication container
$config = config('esi');