grab the default value from config if this isnt set to avoid setting this variable to null
This commit is contained in:
parent
ace9c26464
commit
648841c2a5
@ -26,7 +26,7 @@ class Version207 extends Listener
|
||||
|
||||
// Update .env file
|
||||
Installer::updateEnv([
|
||||
'MAIL_MAILER' => config('mail.default'),
|
||||
'MAIL_MAILER' => env('MAIL_DRIVER', config('mail.default')),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user