mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 06:07:49 +08:00
update: config
This commit is contained in:
@ -14,7 +14,7 @@ class TicketWithdraw extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'withdraw_method' => 'required|in:alipay,paypal,usdt,btc',
|
||||
'withdraw_method' => 'required',
|
||||
'withdraw_account' => 'required'
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user