mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
feature: close withdraw
This commit is contained in:
@ -24,6 +24,7 @@ class ConfigSave extends FormRequest
|
||||
'commission_auto_check_enable' => 'in:0,1',
|
||||
'commission_withdraw_limit' => 'nullable|numeric',
|
||||
'commission_withdraw_method' => 'nullable|array',
|
||||
'withdraw_close_enable' => 'in:0,1',
|
||||
// site
|
||||
'stop_register' => 'in:0,1',
|
||||
'email_verify' => 'in:0,1',
|
||||
|
Reference in New Issue
Block a user