rental moon testing

This commit is contained in:
2020-06-05 01:16:53 -05:00
parent 60604f208c
commit b6f0da41e8

View File

@@ -233,7 +233,7 @@ class MoonsAdminController extends Controller
$today = Carbon::now();
//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
foreach($rentalMoons as $moon) {