Added Setting.php, [Logs, Messages] Model
This commit is contained in:
@@ -25,11 +25,15 @@ class Setting extends Model
|
||||
'app_header',
|
||||
'app_footer',
|
||||
'imap_settings',
|
||||
'configuration_settings',
|
||||
'ads_settings',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'app_meta' => 'json',
|
||||
'app_social' => 'json',
|
||||
'imap_settings' => 'json',
|
||||
'configuration_settings' => 'json',
|
||||
'ads_settings' => 'json',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user