From 23640cd8bda5fab1dfba283b18862a94d27379d4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 31 May 2019 21:45:51 -0500 Subject: [PATCH] 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 8cf13a48f..6787982e1 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -73,7 +73,7 @@ class MoonMailerCommand extends Command //Get all contacts from the rentals group $contacts = MoonRental::select('Contact')->groupBy('Contact')->get(); - + dd($contacts); //For each of the contacts totalize the moon rental, and create the mail to send to them, //then update parameters of the moon foreach($contacts as $contact) {