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