Rename driver to default in mail config

This commit is contained in:
Nabeel Shahzad 2021-02-10 13:15:18 -05:00
parent 8c2513eb3d
commit 4a20b41b25

View File

@ -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',