diff --git a/app/Jobs/Entity/EmailEntity.php b/app/Jobs/Entity/EmailEntity.php index 08632f7c77a7..6abd46369ed0 100644 --- a/app/Jobs/Entity/EmailEntity.php +++ b/app/Jobs/Entity/EmailEntity.php @@ -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 */