Merge pull request #7990 from turbo124/v5-develop
Don't return value from void function
This commit is contained in:
commit
b34af08800
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue