From feb1357676cacf42c17fde19b1bbcc9b8f1fd59c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 16 Feb 2019 01:30:19 -0600 Subject: [PATCH] command for moon mailer --- app/Console/Commands/moonmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/moonmailer.php b/app/Console/Commands/moonmailer.php index 772d946e2..e6520921a 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -64,7 +64,7 @@ class MoonMailerCommand extends Command foreach($rentals as $rental) { $price = $moonCalc->SpatialMoonsOnlyGoo($rental->FirstOre, $rental->FirstQuantity, $rental->SecondOre, $rental->SecondQuantity, $rental->ThirdOre, $rental->ThirdQuantity, $rental->FourthOre, $rental->FourthQuantity); - dd($rental->Type); + dd($price); //Update the moon rental price MoonRent::where([ 'System' => $rental->System,