rental moon testing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user