From 555ec425970c7f23145375e57ab60ed27e98ac7b Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 1 Nov 2022 18:31:52 +0100 Subject: [PATCH] Update comment --- src/TenancyMailManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TenancyMailManager.php b/src/TenancyMailManager.php index 1c36ea14..0185bfd0 100644 --- a/src/TenancyMailManager.php +++ b/src/TenancyMailManager.php @@ -36,7 +36,7 @@ class TenancyMailManager extends MailManager /** * Override the get method so that the mailers in $tenantMailers * always get resolved, even when they're cached and available in the $mailers property - * for the mailers to have the up-to-date tenant credentials. + * so that the mailers have up-to-date mailer credentials. */ protected function get($name) {