update controllers logic
This commit is contained in:
@@ -13,15 +13,22 @@ class Preferences extends BaseModel
|
||||
|
||||
protected $fillable = [
|
||||
'user_id',
|
||||
'notification_email',
|
||||
'notification_sms',
|
||||
'receive_email_notifications',
|
||||
'receive_sms_notifications',
|
||||
'theme',
|
||||
'language',
|
||||
'timezone',
|
||||
'style_color',
|
||||
'menu_color',
|
||||
'custom',
|
||||
'menu_custom_bg',
|
||||
'menu_custom_text',
|
||||
'menu_custom_mode',
|
||||
'receive_push_notifications',
|
||||
'daily_summary_email',
|
||||
'privacy_mode',
|
||||
'marketing_emails',
|
||||
'account_activity_alerts',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user