mirror of
https://github.com/v2board/v2board.git
synced 2025-10-31 01:11:46 +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