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

Delete default 'smtp' mailer in $tenantMailers

This commit is contained in:
lukinovec 2022-11-02 14:50:21 +01:00
parent 440bc19c3b
commit 6d464a19b7

View file

@ -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,