From 3135139f9048129cb6a865aa3f75d78c2a2fc725 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 27 Oct 2020 23:19:26 +1100 Subject: [PATCH] Remove logging --- app/Jobs/Entity/EmailEntity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Entity/EmailEntity.php b/app/Jobs/Entity/EmailEntity.php index 7df8456e8f16..b288e0620727 100644 --- a/app/Jobs/Entity/EmailEntity.php +++ b/app/Jobs/Entity/EmailEntity.php @@ -93,7 +93,7 @@ class EmailEntity extends BaseMailerJob implements ShouldQueue */ public function handle() { -info("email entity"); + MultiDB::setDB($this->company->db); $this->setMailDriver();