rental moon testing

This commit is contained in:
2020-06-05 03:13:31 -05:00
parent b073e6fac7
commit 29ef5527a9

View File

@@ -285,7 +285,7 @@ class MoonsController extends Controller
'FourthOre' => $moon->fourth_ore,
'FourthQuantity' => $moon->fourth_quantity,
'Price' => number_format($moonprice, 0, ".", ","),
'Worth' => number_format($moon->worth, 0, ".", ","),
'Worth' => number_format($moon->moon_worth, 0, ".", ","),
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
]);