Update EmailNotificationSettings.php

This commit is contained in:
peaklabs-dev 2024-12-10 14:17:23 +01:00
parent ddfd7777c2
commit 96d4754a32
No known key found for this signature in database

View file

@ -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',