Disable mail logger
This commit is contained in:
parent
a4dce17f0c
commit
82486065e4
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue