mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 23:54:36 -04:00
Stubs for quality checks
This commit is contained in:
parent
b8d1e0a920
commit
cdfaab9cbc
@ -29,10 +29,6 @@ class EmailService
|
|||||||
{
|
{
|
||||||
$this->override = $override;
|
$this->override = $override;
|
||||||
|
|
||||||
|
|
||||||
nlog($this->email_object->subject);
|
|
||||||
nlog($this->email_object->body);
|
|
||||||
|
|
||||||
$this->setDefaults()
|
$this->setDefaults()
|
||||||
->updateMailable()
|
->updateMailable()
|
||||||
->email();
|
->email();
|
||||||
@ -69,4 +65,9 @@ nlog($this->email_object->body);
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private function emailQualityCheck()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user