Rename driver to default in mail config

pull/1028/head
Nabeel Shahzad 4 years ago
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…
Cancel
Save