Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/2.0' into github
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Jul 11, 2021
2 parents 893fbf2 + ac6b9b5 commit 8d951a9
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 8d951a9

Please sign in to comment.