moon mailer

This commit is contained in:
2019-05-06 13:16:43 -05:00
parent 7b0165be83
commit 7775391308

View File

@@ -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);
}