moon admin controller
This commit is contained in:
@@ -227,7 +227,7 @@ class MoonsAdminController extends Controller
|
|||||||
|
|
||||||
//Set the contact name
|
//Set the contact name
|
||||||
$contact = $lookup->CharacterName($rental->Contact);
|
$contact = $lookup->CharacterName($rental->Contact);
|
||||||
|
dd($contact);
|
||||||
//Set up the renter whether it's W4RP or another corporation
|
//Set up the renter whether it's W4RP or another corporation
|
||||||
$corpId = $lookup->LookupCorporationId($contact);
|
$corpId = $lookup->LookupCorporationId($contact);
|
||||||
dd($corpId);
|
dd($corpId);
|
||||||
|
|||||||
Reference in New Issue
Block a user