moons admin controller

This commit is contained in:
2019-02-15 23:18:51 -06:00
parent cfddca8d6a
commit bc3758331b

View File

@@ -55,7 +55,7 @@ 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);
dd($contact);
//Create the date //Create the date
$date = new Carbon($request->date . '00:00:01'); $date = new Carbon($request->date . '00:00:01');
//Calculate the moon price //Calculate the moon price