updated lookup helpers

This commit is contained in:
2019-06-28 20:16:05 -05:00
parent fe23b239db
commit 3546c0f1f1

View File

@@ -54,9 +54,9 @@ class LookupHelper {
dd($response); dd($response);
$this->LookupCharacter($response->character[0]); $this->LookupCharacter($response->character);
return $response->character[0]; return $response->character;
} else { } else {
$char = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']); $char = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']);