removed and unneeded function from moon mailer command

This commit is contained in:
2020-05-10 22:24:30 -05:00
parent f3e3406e04
commit 1525d1095c

View File

@@ -125,10 +125,6 @@ class MoonMailerCommand extends Command
$task->SetStopStatus();
}
private function SendMail() {
return;
}
private function UpdateNotPaid(MoonRental $rental) {
MoonRental::where([
'System' => $rental->System,