update controllers logic

This commit is contained in:
root
2026-04-23 00:04:35 -04:00
parent 1977a513df
commit ca4ba272fc
353 changed files with 13402 additions and 1301 deletions
+9 -2
View File
@@ -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',
];