Disable mail logger

This commit is contained in:
Igor Scheller 2021-12-30 14:29:14 +01:00
parent a4dce17f0c
commit 82486065e4
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class MailerServiceProvider extends ServiceProvider
'host' => $config['host'] ?? 'localhost',
'port' => $config['port'] ?? 0,
'tls' => $config['tls'] ?? null,
'logger' => null,
]);
if (!empty($config['username'])) {