From 6d464a19b75304c8c39427d1fca76c82c6173dca Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 2 Nov 2022 14:50:21 +0100 Subject: [PATCH] Delete default 'smtp' mailer in $tenantMailers --- src/TenancyMailManager.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/TenancyMailManager.php b/src/TenancyMailManager.php index 0cb58600..5739937d 100644 --- a/src/TenancyMailManager.php +++ b/src/TenancyMailManager.php @@ -24,9 +24,7 @@ class TenancyMailManager extends MailManager * Mailers to always resolve from the container (even when they're * cached and available in the $mailers property). */ - public static array $tenantMailers = [ - 'smtp', - ]; + public static array $tenantMailers = []; /** * Override the get method so that the mailers in $tenantMailers always get resolved,