Update EmailNotificationSettings.php
This commit is contained in:
@@ -40,6 +40,7 @@ class EmailNotificationSettings extends Model
|
|||||||
protected $casts = [
|
protected $casts = [
|
||||||
'smtp_enabled' => 'boolean',
|
'smtp_enabled' => 'boolean',
|
||||||
'smtp_from_address' => 'encrypted',
|
'smtp_from_address' => 'encrypted',
|
||||||
|
'smtp_from_name' => 'encrypted',
|
||||||
'smtp_recipients' => 'encrypted',
|
'smtp_recipients' => 'encrypted',
|
||||||
'smtp_host' => 'encrypted',
|
'smtp_host' => 'encrypted',
|
||||||
'smtp_port' => 'integer',
|
'smtp_port' => 'integer',
|
||||||
|
Reference in New Issue
Block a user