rental moon testing
This commit is contained in:
@@ -243,7 +243,7 @@ class MoonsAdminController extends Controller
|
|||||||
//Check if a current rental for the moon is on going
|
//Check if a current rental for the moon is on going
|
||||||
if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) {
|
if(($moon->rental_type == 'In Alliance' || $moon->rental_type == 'Out of Alliance')) {
|
||||||
|
|
||||||
dd($moon->contact_type);
|
dd($moon);
|
||||||
|
|
||||||
$paid = $moon->paid;
|
$paid = $moon->paid;
|
||||||
$paidUntil = new Carbon($moon->paid_until);
|
$paidUntil = new Carbon($moon->paid_until);
|
||||||
|
|||||||
Reference in New Issue
Block a user