Rename driver to default in mail config
This commit is contained in:
parent
8c2513eb3d
commit
4a20b41b25
@ -80,7 +80,7 @@ return [
|
||||
|
||||
// Overrides config/mail.php
|
||||
'mail' => [
|
||||
'driver' => 'mail', # Default is to use the mail() fn
|
||||
'default' => 'mail', # Default is to use the mail() fn
|
||||
'mailers' => [
|
||||
'smtp' => [
|
||||
'transport' => 'smtp',
|
||||
|
Loading…
Reference in New Issue
Block a user