mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix: 修复用户订阅到期提醒、流量告急提醒的默认设置修改无效的问题
This commit is contained in:
@@ -91,6 +91,8 @@ class ConfigSave extends FormRequest
|
||||
'password_limit_enable' => 'in:0,1',
|
||||
'password_limit_count' => 'integer',
|
||||
'password_limit_expire' => 'integer',
|
||||
'default_remind_expire' => 'integer',
|
||||
'default_remind_traffic' => 'integer'
|
||||
];
|
||||
/**
|
||||
* Get the validation rules that apply to the request.
|
||||
|
||||
Reference in New Issue
Block a user