character name to id issue

This commit is contained in:
2019-08-26 19:51:31 -05:00
parent 76b1fa3775
commit 6356de7cf2

View File

@@ -42,11 +42,9 @@ class LookupHelper {
//dd($name);
try {
//Get the character id from the ESI API.
$response = $esi->setBody([
[
'Rimmelchen Ohu',
]
])->invoke('post', '/universe/ids/');
$response = $esi->setBody(array(
'Rimmelchen Ohu',
))->invoke('post', '/universe/ids/');
//$response = $esi->setQueryString([
// 'categories' => 'character',
// 'search' => $name,