moons admin controller

This commit is contained in:
2019-05-05 20:25:23 -05:00
parent 8a676a47b0
commit a79f2bddbb

View File

@@ -191,7 +191,7 @@ class MoonsAdminController extends Controller
$table = array();
foreach($moons as $moon) {
//Get the rental data for the moon
$rental = MoonRent::where([
$rental = MoonRental::where([
'System' => $moon->System,
'Planet' => $moon->Planet,
'Moon' => $moon->Moon,