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