moon admin controller

This commit is contained in:
2019-05-05 20:59:29 -05:00
parent ff6de8ea89
commit 602e5d0475

View File

@@ -227,7 +227,7 @@ class MoonsAdminController extends Controller
//Set the contact name
$contact = $lookup->CharacterName($rental->Contact);
dd($contact);
//Set up the renter whether it's W4RP or another corporation
$corpId = $lookup->LookupCorporationId($contact);
dd($corpId);