Added imap_setting to Setting Page
This commit is contained in:
@@ -24,10 +24,12 @@ class Setting extends Model
|
||||
'app_social',
|
||||
'app_header',
|
||||
'app_footer',
|
||||
'imap_settings',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'app_meta' => 'json',
|
||||
'app_social' => 'json'
|
||||
'app_social' => 'json',
|
||||
'imap_settings' => 'json',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user