moons controller

This commit is contained in:
2019-05-05 21:25:58 -05:00
parent 1af82a151a
commit 09f2a9e903

View File

@@ -46,7 +46,7 @@ class MoonsController extends Controller
$moonprice = null; $moonprice = null;
foreach($moons as $moon) { foreach($moons as $moon) {
//get the rental data for the moon //get the rental data for the moon
$rental = MoonRent::where([ $rental = MoonRental::where([
'System' => $moon->System, 'System' => $moon->System,
'Planet' => $moon->Planet, 'Planet' => $moon->Planet,
'Moon' => $moon->Moon, 'Moon' => $moon->Moon,