alliance moon testing

This commit is contained in:
2020-06-22 20:33:23 -05:00
parent db91d9410c
commit 31d79bcc32

View File

@@ -296,9 +296,8 @@ class MoonsController extends Controller
'Worth' => number_format($moon->moon_worth, 0, ".", ","), 'Worth' => number_format($moon->moon_worth, 0, ".", ","),
'RentalEnd' => $rentalEnd, 'RentalEnd' => $rentalEnd,
'RowColor' => $color, 'RowColor' => $color,
'Type' => $moon->rental_type,
]); ]);
$color = null;
} }
dd($table); dd($table);