moons admin controller
This commit is contained in:
@@ -56,8 +56,8 @@ class MoonsAdminController extends Controller
|
|||||||
//Take the contact name and create a character id from it
|
//Take the contact name and create a character id from it
|
||||||
$contact = $lookup->CharacterNameToId($request->contact);
|
$contact = $lookup->CharacterNameToId($request->contact);
|
||||||
//Let's find the corporation and alliance information to ascertain whether they are in Warped Intentions or another Legacy Alliance
|
//Let's find the corporation and alliance information to ascertain whether they are in Warped Intentions or another Legacy Alliance
|
||||||
$corpId = LookupCharacter($contact);
|
$corpId = $lookup->LookupCharacter($contact);
|
||||||
$allianceId = LookupCorporation($corpId);
|
$allianceId = $lookup->LookupCorporation($corpId);
|
||||||
|
|
||||||
//Create the date
|
//Create the date
|
||||||
$date = new Carbon($request->date . '00:00:01');
|
$date = new Carbon($request->date . '00:00:01');
|
||||||
|
|||||||
Reference in New Issue
Block a user