updated lookup helpers
This commit is contained in:
@@ -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 {
|
} else {
|
||||||
$char = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']);
|
$char = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user