search endpoint

This commit is contained in:
2019-06-28 20:57:05 -05:00
parent 60d2f5da1c
commit 7de3eb1153

View File

@@ -42,7 +42,6 @@ class WikiController extends Controller
//If no name is found, then delete the user and have them start over with the wiki permissions
$charIdTemp = User::where(['name' => $user])->get(['character_id']);
$charId = $charIdTemp[0]->character_id;
dd($charId);
$corpId = $helper->LookupCharacter($charId);
$allianceId = $helper->LookupCorporation($corpId);