diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 9acf50553..07d929759 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -36,10 +36,10 @@ 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(); + dd($count); if($count == 0) { try { //Get the character id from the ESI API.