alliance moon testing

This commit is contained in:
2020-06-22 20:22:50 -05:00
parent 49e1ec3638
commit 6994cb1e94

View File

@@ -229,6 +229,7 @@ class MoonsController extends Controller
$today = Carbon::now();
$table = array();
$moonprice = null;
$color = null;
//Get the user type from the user Auth class
$type = auth()->user()->getUserType();
@@ -293,6 +294,8 @@ class MoonsController extends Controller
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
]);
$color = null;
}
dd($table);