mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:14:03 +00:00
Delete default 'smtp' mailer in $tenantMailers
This commit is contained in:
parent
440bc19c3b
commit
6d464a19b7
1 changed files with 1 additions and 3 deletions
|
|
@ -24,9 +24,7 @@ class TenancyMailManager extends MailManager
|
||||||
* Mailers to always resolve from the container (even when they're
|
* Mailers to always resolve from the container (even when they're
|
||||||
* cached and available in the $mailers property).
|
* cached and available in the $mailers property).
|
||||||
*/
|
*/
|
||||||
public static array $tenantMailers = [
|
public static array $tenantMailers = [];
|
||||||
'smtp',
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Override the get method so that the mailers in $tenantMailers always get resolved,
|
* Override the get method so that the mailers in $tenantMailers always get resolved,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue