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(); } /**