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

Update comment

This commit is contained in:
lukinovec 2022-11-01 18:31:52 +01:00
parent d00212b631
commit 555ec42597

View file

@ -36,7 +36,7 @@ class TenancyMailManager extends MailManager
/** /**
* Override the get method so that the mailers in $tenantMailers * Override the get method so that the mailers in $tenantMailers
* always get resolved, even when they're cached and available in the $mailers property * always get resolved, even when they're cached and available in the $mailers property
* for the mailers to have the up-to-date tenant credentials. * so that the mailers have up-to-date mailer credentials.
*/ */
protected function get($name) protected function get($name)
{ {