rental moon testing
This commit is contained in:
@@ -233,7 +233,7 @@ class MoonsAdminController extends Controller
|
|||||||
$today = Carbon::now();
|
$today = Carbon::now();
|
||||||
|
|
||||||
//Get the moon rentals from the database
|
//Get the moon rentals from the database
|
||||||
$rentalMoons = AllianceRentalMoon::all();
|
$rentalMoons = AllianceRentalMoon::orderBy('system', 'asc')->get();
|
||||||
|
|
||||||
//For each of the moons compile different data for the view for formatting
|
//For each of the moons compile different data for the view for formatting
|
||||||
foreach($rentalMoons as $moon) {
|
foreach($rentalMoons as $moon) {
|
||||||
|
|||||||
Reference in New Issue
Block a user