moons admin controller

This commit is contained in:
2019-05-05 20:28:30 -05:00
parent f4c72bcfd4
commit 997c690097

View File

@@ -197,6 +197,8 @@ class MoonsAdminController extends Controller
'Moon' => $moon->Moon,
])->first();
dd($rental);
//Calculate hte price of the moon based on what is in the moon
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);