Skip to content

Commit

Permalink
fix(核心): 修复钱包余额充值积分报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Nov 30, 2018
1 parent 2de0fdb commit f53485b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Requests/API2/NewStoreUserWallerCashPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function authorize()
*/
public function rules(): array
{
$minAmountRepository = app(CashMinAmountRepository::class);
$wallet = new Wallet($this->user());

return [
Expand Down

0 comments on commit f53485b

Please sign in to comment.