updated lookup helpers

This commit is contained in:
2019-06-28 20:10:57 -05:00
parent 691a930893
commit 4f77a335e8

View File

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