1
0
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:
Kovah 2025-02-01 23:45:04 +01:00
parent d8225932f3
commit 325e74e586

@ -13,7 +13,7 @@ return [
|
*/
'default' => env('MAIL_MAILER', 'log'),
'default' => env('MAIL_MAILER', env('MAIL_DRIVER', 'log')),
/*
|--------------------------------------------------------------------------