Minor fix

This commit is contained in:
David Bomba 2021-07-01 19:52:57 +10:00
parent 69461104fe
commit 784bc04acd

View File

@ -49,7 +49,7 @@ class PaymentService
} }
public function sendEmail($contact = null) public function sendEmail($contact = null)
{nlog("merp"); {
return (new SendEmail($this->payment, $contact))->run(); return (new SendEmail($this->payment, $contact))->run();
} }