entity stuff for blacklist'

This commit is contained in:
2019-12-28 23:53:41 -06:00
parent 7f54d992ea
commit cf3b444a87

View File

@@ -69,7 +69,6 @@ class BlacklistController extends Controller
} else if($request->type == 'Corporation') { } else if($request->type == 'Corporation') {
//Get the corporation id from the universe end point //Get the corporation id from the universe end point
$corpId = $lookup->CorporationNameToId($request->name); $corpId = $lookup->CorporationNameToId($request->name);
dd($corpId);
} else if($request->type == 'Alliance') { } else if($request->type == 'Alliance') {
//Get the alliance id from the universe end point //Get the alliance id from the universe end point
$allianceId = $lookup->AllianceNameToId($request->name); $allianceId = $lookup->AllianceNameToId($request->name);