diff --git a/src/TenancyServiceProvider.php b/src/TenancyServiceProvider.php index e2b602be..e81446d3 100644 --- a/src/TenancyServiceProvider.php +++ b/src/TenancyServiceProvider.php @@ -70,7 +70,7 @@ class TenancyServiceProvider extends ServiceProvider return new Commands\Seed($app['db']); }); - // Use custom mail manager that resolves the mailers specified in its $mailersToNotCache static property + // Use custom mail manager that resolves the mailers specified in its $tenantMailers static property // Instead of getting the cached mailers from the $mailers property $this->app->extend(MailManager::class, function (MailManager $mailManager) { return new TenancyMailManager($this->app);