rental moon testing

This commit is contained in:
2020-06-06 04:43:16 -05:00
parent cc0f7427b3
commit 2f09747222

View File

@@ -350,7 +350,7 @@ class MoonsAdminController extends Controller
'PaidUntil' => $paidUntil,
'Contact' => $contact,
'Type' => $moon->rental_type,
'Renter' => $ticker,
'Renter' => $type,
]);
}