alliance moon testing

This commit is contained in:
2020-06-22 20:36:31 -05:00
parent 4c8e9d58fd
commit 5a48e6af32

View File

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