app: fix remaining email config keys

This commit is contained in:
Matthew Penner 2022-12-12 14:31:49 -07:00
parent 6377e3309a
commit 4626118d77
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

@ -51,7 +51,7 @@ class SettingsServiceProvider extends ServiceProvider
* configuration array.
*/
protected static array $encrypted = [
'mail:password',
'mail:mailers:smtp:password',
];
/**