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);