Update EmailNotificationSettings.php
This commit is contained in:
parent
ddfd7777c2
commit
96d4754a32
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue