1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:44:05 +00:00

Rename variable in TenancyServiceProvider comment

This commit is contained in:
lukinovec 2022-11-01 18:37:44 +01:00
parent 555ec42597
commit 6b5cb2793f

View file

@ -70,7 +70,7 @@ class TenancyServiceProvider extends ServiceProvider
return new Commands\Seed($app['db']); 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 // Instead of getting the cached mailers from the $mailers property
$this->app->extend(MailManager::class, function (MailManager $mailManager) { $this->app->extend(MailManager::class, function (MailManager $mailManager) {
return new TenancyMailManager($this->app); return new TenancyMailManager($this->app);