From 7775391308ddb3f0ca945741cd87ecc51e8a1f11 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 6 May 2019 13:16:43 -0500 Subject: [PATCH] moon mailer --- app/Console/Commands/moonmailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/moonmailer.php b/app/Console/Commands/moonmailer.php index 553b48a13..8664c5268 100644 --- a/app/Console/Commands/moonmailer.php +++ b/app/Console/Commands/moonmailer.php @@ -113,6 +113,7 @@ class MoonMailerCommand extends Command //Update the moon as not being paid for the next month? foreach($rentals as $rental) { + if($today > $rental->Paid_Until) $this->UpdateNotPaid($rental); }