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