Skip to content

Commit f53485b

Browse files
committed
fix(核心): 修复钱包余额充值积分报错问题
1 parent 2de0fdb commit f53485b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Http/Requests/API2/NewStoreUserWallerCashPost.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function authorize()
4444
*/
4545
public function rules(): array
4646
{
47-
$minAmountRepository = app(CashMinAmountRepository::class);
4847
$wallet = new Wallet($this->user());
4948

5049
return [

0 commit comments

Comments
 (0)