From d00212b63152b3520a05f8d7aea0c7a3f60d87d0 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 1 Nov 2022 18:30:55 +0100 Subject: [PATCH] Update comment --- src/TenancyMailManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TenancyMailManager.php b/src/TenancyMailManager.php index be713d62..1c36ea14 100644 --- a/src/TenancyMailManager.php +++ b/src/TenancyMailManager.php @@ -26,8 +26,8 @@ use Stancl\Tenancy\Bootstrappers\MailTenancyBootstrapper; class TenancyMailManager extends MailManager { /** - * Mailers which will always get resolved even when they're - * cached & available in the $mailers property. + * Mailers to always resolve from the container (even when they're + * cached and available in the $mailers property). */ public static array $tenantMailers = [ 'smtp',