moons admin controller

This commit is contained in:
2019-05-29 00:09:27 -05:00
parent 92d7bc2fa2
commit fd00d9ee6b

View File

@@ -94,11 +94,9 @@ class MoonsAdminController extends Controller
'Moon' => $request->moon, 'Moon' => $request->moon,
])->get(); ])->get();
dd($moon);
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity); $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
dd($price);
if($found && $request->removal != true) { if($found && $request->removal != true) {
if($allianceId = 99004116) { if($allianceId = 99004116) {
MoonRental::where([ MoonRental::where([