rental moon testing

This commit is contained in:
2020-06-06 04:08:34 -05:00
parent c56dde238d
commit 8008fac0ff

View File

@@ -243,7 +243,7 @@ class MoonsAdminController extends Controller
//Check if a current rental for the moon is on going
if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) {
dd($moon->contact_type);
dd($moon);
$paid = $moon->paid;
$paidUntil = new Carbon($moon->paid_until);