diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 177a9e7ef..39352db4e 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -25,6 +25,7 @@ class LookupHelper { //Attempt to find the character name in the LookupCharacter table to see if we can match it to an id $charId = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']); + dd($charId); if($charId == null) { //Get the character id from the ESI API. $response = $esi->setQueryString([