From a84483458b0007d0c447a14874f76396292a9f75 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Fri, 30 Nov 2018 16:50:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=A0=B8=E5=BF=83):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=AE=BE=E7=BD=AE=E5=85=85=E5=80=BC=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=85=85=E5=80=BC=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #464 --- app/Http/Controllers/Admin/CurrencyController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/CurrencyController.php b/app/Http/Controllers/Admin/CurrencyController.php index e21d6abf2..0dfbf52d5 100644 --- a/app/Http/Controllers/Admin/CurrencyController.php +++ b/app/Http/Controllers/Admin/CurrencyController.php @@ -79,7 +79,7 @@ public function updateConfig(Request $request) if ($type == 'detail') { setting('currency')->set('settings', [ 'recharge-ratio' => (int) $request->input('recharge-ratio'), - 'recharge-options' => $request->input('recharge-options'), + 'recharge-options' => $request->input('recharge-option'), 'recharge-max' => $request->input('recharge-max'), 'recharge-min' => $request->input('recharge-min'), 'cash-max' => $request->input('cash-max'),