From 8522ea3b4bc4e946bcd9c3b455b605607e2e2777 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 7 Dec 2022 06:48:08 +0100 Subject: [PATCH] Fix comment --- src/Bootstrappers/MailTenancyBootstrapper.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Bootstrappers/MailTenancyBootstrapper.php b/src/Bootstrappers/MailTenancyBootstrapper.php index b6c71102..7f15f547 100644 --- a/src/Bootstrappers/MailTenancyBootstrapper.php +++ b/src/Bootstrappers/MailTenancyBootstrapper.php @@ -44,8 +44,7 @@ class MailTenancyBootstrapper implements TenancyBootstrapper public function bootstrap(Tenant $tenant): void { - // Bind fresh mail manager instance to clear the cached mailers - // So that the manager is forced to resolve the mailers with the correct credentials from the config + // Forget the mail manager instance to clear the cached mailers $this->app->forgetInstance('mail.manager'); $this->setConfig($tenant);