moon testing

This commit is contained in:
2020-06-22 22:28:15 -05:00
parent 163c57c600
commit 4c3da5c4b1

View File

@@ -291,6 +291,7 @@ class MoonsController extends Controller
'Worth' => number_format($moon->moon_worth, 0, ".", ","),
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
'Rental_Type' => $moon->rental_type,
]);
}