From efe499456a28cbc40895bdbc8f4a3549058d66c6 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 28 Dec 2019 23:44:13 -0600 Subject: [PATCH] entity stuff for blacklist' --- app/Http/Controllers/Blacklist/BlacklistController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index 0722b1798..63c846f76 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -68,8 +68,8 @@ class BlacklistController extends Controller $charId = $lookup->CharacterNameToId($request->name); } else if($request->type == 'Corporation') { //Get the corporation id from the universe end point + dd($request->name); $corpId = $lookup->CorporationNameToId($request->name); - dd($corpId); } else if($request->type == 'Alliance') { //Get the alliance id from the universe end point $allianceId = $lookup->AllianceNameToId($request->name);