moons admin controller
This commit is contained in:
@@ -94,11 +94,9 @@ class MoonsAdminController extends Controller
|
||||
'Moon' => $request->moon,
|
||||
])->get();
|
||||
|
||||
dd($moon);
|
||||
|
||||
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
|
||||
$moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
|
||||
|
||||
dd($price);
|
||||
if($found && $request->removal != true) {
|
||||
if($allianceId = 99004116) {
|
||||
MoonRental::where([
|
||||
|
||||
Reference in New Issue
Block a user