mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Update comment
This commit is contained in:
parent
56a24ecff6
commit
d00212b631
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ use Stancl\Tenancy\Bootstrappers\MailTenancyBootstrapper;
|
||||||
class TenancyMailManager extends MailManager
|
class TenancyMailManager extends MailManager
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Mailers which will always get resolved even when they're
|
* Mailers to always resolve from the container (even when they're
|
||||||
* cached & available in the $mailers property.
|
* cached and available in the $mailers property).
|
||||||
*/
|
*/
|
||||||
public static array $tenantMailers = [
|
public static array $tenantMailers = [
|
||||||
'smtp',
|
'smtp',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue