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,