mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Don't return value from void function
This commit is contained in:
parent
5544207687
commit
3cad564fd5
@ -103,7 +103,7 @@ class EmailEntity implements ShouldQueue
|
|||||||
{
|
{
|
||||||
/* Don't fire emails if the company is disabled */
|
/* Don't fire emails if the company is disabled */
|
||||||
if ($this->company->is_disabled) {
|
if ($this->company->is_disabled) {
|
||||||
return true;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set DB */
|
/* Set DB */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user