Skip to content

Commit

Permalink
修复扩展设置弹窗表单提交后需要手动关闭弹窗的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbotton authored Jul 8, 2021
1 parent 0e2e72d commit e01852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extend/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit e01852f

Please sign in to comment.