alliance moon testing

This commit is contained in:
2020-06-22 20:35:35 -05:00
parent 31d79bcc32
commit 4c8e9d58fd

View File

@@ -297,6 +297,7 @@ class MoonsController extends Controller
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
'Type' => $moon->rental_type,
'Difference' => $rentalTemp->diffInDays($today),
]);
}