updated lookup helpers
This commit is contained in:
@@ -36,6 +36,7 @@ class LookupHelper {
|
||||
$configuration->cache = NullCache::class;
|
||||
//Setup class variables
|
||||
$esi = new Eseye();
|
||||
dd($character);
|
||||
|
||||
//Attempt to find the character name in the LookupCharacter table to see if we can match it to an id
|
||||
$count = CharacterToCorporation::where(['character_name' => $character])->count();
|
||||
|
||||
Reference in New Issue
Block a user