Skip to content

Commit

Permalink
fix: 修复用户订阅到期提醒、流量告急提醒的默认设置修改无效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
gua committed Nov 23, 2023
1 parent 4cbb2b9 commit 0cff271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Requests/Admin/ConfigSave.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0cff271

Please sign in to comment.