moon admin controller

This commit is contained in:
2019-05-05 20:45:14 -05:00
parent f0ff4512a3
commit a72d7500f7

View File

@@ -199,8 +199,6 @@ class MoonsAdminController extends Controller
'Moon' => $moon->Moon,
])->first();
dd($rental);
//Check if their is a current rental for a moon going on
if($rental == false) {
//If we don't find a rental record, mark the moon as not paid
@@ -222,6 +220,7 @@ class MoonsAdminController extends Controller
//Set the contact name
$contact = $lookup->CharacterName($rental->Contact);
dd($contact);
}
//Set the color for the table