Skip to content

Commit

Permalink
fix: 代码模板内容统一
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Jul 1, 2024
1 parent bc3c003 commit 2e5dade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Module/stubs/SettingController.stub
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SettingController extends AdminController

public function form()
{
return $this->baseForm()
return $this->baseForm(false)
->redirect('')
->api($this->getStorePath())
->data(settings()->all())
Expand Down

0 comments on commit 2e5dade

Please sign in to comment.