From 71fb16e00f832f1a3ef5dc1ba7a2578feb10c942 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 16 Feb 2019 01:47:47 -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 ae8f63757..788b838d9 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -74,7 +74,7 @@ class MoonMailerCommand extends Command //Get the updated price for the moon $price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity); - dd($price); + //Create the mail body depending on if the price should be in alliance or out of alliance if($rental->Type == 'alliance') { $body = "Moon Rent is due for " . $rental->System . " Planet: " . $rental->Planet . " Moon: " . $rental->Moon . "
";