mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14:03 +00:00
Rename variable in TenancyServiceProvider comment
This commit is contained in:
parent
555ec42597
commit
6b5cb2793f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue