removed and unneeded function from moon mailer command
This commit is contained in:
@@ -125,10 +125,6 @@ class MoonMailerCommand extends Command
|
|||||||
$task->SetStopStatus();
|
$task->SetStopStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
private function SendMail() {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
private function UpdateNotPaid(MoonRental $rental) {
|
private function UpdateNotPaid(MoonRental $rental) {
|
||||||
MoonRental::where([
|
MoonRental::where([
|
||||||
'System' => $rental->System,
|
'System' => $rental->System,
|
||||||
|
|||||||
Reference in New Issue
Block a user