From 47c7a85997797815fc0bd1690fc19e0352000a71 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 15 Feb 2019 23:22:30 -0600 Subject: [PATCH] moons admin controller --- app/Library/Lookups/LookupHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index e7a8fa366..8f5728eed 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -24,7 +24,7 @@ class LookupHelper { $esi = new Eseye(); //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'); + $charId = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']); if($charId == null) { //Get the character id from the ESI API. $response = $esi->setQueryString([