From 0721850bd74b8d62d2f9ebdb573318ee02453c06 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 28 Dec 2019 23:43:39 -0600 Subject: [PATCH] entity stuff for blacklist' --- app/Http/Controllers/Blacklist/BlacklistController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index bbfba9d9f..0722b1798 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -69,6 +69,7 @@ class BlacklistController extends Controller } else if($request->type == 'Corporation') { //Get the corporation id from the universe end point $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);