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
|
// Overrides config/mail.php
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'driver' => 'mail', # Default is to use the mail() fn
|
'default' => 'mail', # Default is to use the mail() fn
|
||||||
'mailers' => [
|
'mailers' => [
|
||||||
'smtp' => [
|
'smtp' => [
|
||||||
'transport' => 'smtp',
|
'transport' => 'smtp',
|
||||||
|
Loading…
Reference in New Issue
Block a user