moons controller
This commit is contained in:
@@ -62,9 +62,7 @@ class MoonsController extends Controller
|
|||||||
$rentalEnd = $rentalTemp->format('m-d');
|
$rentalEnd = $rentalTemp->format('m-d');
|
||||||
}
|
}
|
||||||
|
|
||||||
//Setup formats as needed
|
//mark today's date in carbon format
|
||||||
$rentalTemp = new Carbon($rental->RentalEnd);
|
|
||||||
$rentalEnd = $rentalTemp->format('m-d');
|
|
||||||
$today = Carbon::now();
|
$today = Carbon::now();
|
||||||
|
|
||||||
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
|
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity,
|
||||||
|
|||||||
Reference in New Issue
Block a user