Merge branch 'develop' into replace-node-repository

This commit is contained in:
Lance Pioch 2022-10-23 22:25:24 -04:00 committed by GitHub
commit fda8aa07f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 47 additions and 17 deletions

View file

@ -61,7 +61,7 @@ class SettingsServiceProvider extends ServiceProvider
{
// Only set the email driver settings from the database if we
// are configured using SMTP as the driver.
if ($config->get('mail.driver') === 'smtp') {
if ($config->get('mail.default') === 'smtp') {
$this->keys = array_merge($this->keys, $this->emailKeys);
}