From f53485b497da95512c3685b2c5b4c3bf28f674ab Mon Sep 17 00:00:00 2001 From: Seven Du Date: Fri, 30 Nov 2018 15:28:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=A0=B8=E5=BF=83):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E4=BD=99=E9=A2=9D=E5=85=85=E5=80=BC=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Requests/API2/NewStoreUserWallerCashPost.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Requests/API2/NewStoreUserWallerCashPost.php b/app/Http/Requests/API2/NewStoreUserWallerCashPost.php index b8fb0030b..7c0e2fc78 100644 --- a/app/Http/Requests/API2/NewStoreUserWallerCashPost.php +++ b/app/Http/Requests/API2/NewStoreUserWallerCashPost.php @@ -44,7 +44,6 @@ public function authorize() */ public function rules(): array { - $minAmountRepository = app(CashMinAmountRepository::class); $wallet = new Wallet($this->user()); return [