From 96d4754a3260568570efa015518a819e3d59d5b0 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:17:23 +0100 Subject: [PATCH] Update EmailNotificationSettings.php --- app/Models/EmailNotificationSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/EmailNotificationSettings.php b/app/Models/EmailNotificationSettings.php index 640a44b7a..ae118986f 100644 --- a/app/Models/EmailNotificationSettings.php +++ b/app/Models/EmailNotificationSettings.php @@ -40,6 +40,7 @@ class EmailNotificationSettings extends Model protected $casts = [ 'smtp_enabled' => 'boolean', 'smtp_from_address' => 'encrypted', + 'smtp_from_name' => 'encrypted', 'smtp_recipients' => 'encrypted', 'smtp_host' => 'encrypted', 'smtp_port' => 'integer',