Skip to content

Commit

Permalink
Merge pull request #1368 from Abbotton/2.0
Browse files Browse the repository at this point in the history
修复扩展设置弹窗表单提交后需要手动关闭弹窗的问题
  • Loading branch information
jqhph authored Jul 11, 2021
2 parents c3c4ebd + e01852f commit ac6b9b5
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 ac6b9b5

Please sign in to comment.