moons controller
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user