alliance moon testing
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user