From e01852f9b91e7c2bd686eece37125e2fd32962c8 Mon Sep 17 00:00:00 2001 From: Abbotton Date: Thu, 8 Jul 2021 15:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=A9=E5=B1=95=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=BC=B9=E7=AA=97=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=90=8E=E9=9C=80=E8=A6=81=E6=89=8B=E5=8A=A8=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extend/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extend/Setting.php b/src/Extend/Setting.php index af7a35893..e904a3163 100644 --- a/src/Extend/Setting.php +++ b/src/Extend/Setting.php @@ -43,7 +43,7 @@ public function handle(array $input) { $this->extension()->config($this->formatInput($input)); - return $this->response()->success(trans('admin.save_succeeded')); + return $this->response()->success(trans('admin.save_succeeded'))->refresh(); } /**