mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-14 11:42:47 +02:00
Make MAIL_DRIVER and MAIL_MAILER possible for mail configuration
This commit is contained in:
parent
d8225932f3
commit
325e74e586
@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('MAIL_MAILER', 'log'),
|
||||
'default' => env('MAIL_MAILER', env('MAIL_DRIVER', 'log')),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user