rental moon testing

This commit is contained in:
2020-06-06 04:41:11 -05:00
parent f01e25a9c2
commit 87a7b255ce

View File

@@ -248,7 +248,7 @@ class MoonsAdminController extends Controller
$paidUntil = $paidUntil->format('m-d');
//Set the rental date up
$rentalTemp = new Carbon($moon->rental_end);
$rentalTemp = new Carbon($moon->rental_until);
$rentalEnd = $rentalTemp->format('m-d');
//Set the contact name based on the contact type
@@ -338,8 +338,6 @@ class MoonsAdminController extends Controller
$color = 'table-info';
}
dd($rentalTemp);
//Add the data to the html string to be passed to the view
array_push($table, [
'SPM' => $moon->system . " - " . $moon->planet . " - " . $moon->moon,