finish section edit

This commit is contained in:
xiaomlove
2022-09-12 02:47:09 +08:00
parent 0b45b1d05f
commit 7bb69d7298
9 changed files with 65 additions and 188 deletions

View File

@@ -32,8 +32,4 @@ class EditSection extends EditRecord
return $data;
}
protected function getRedirectUrl(): ?string
{
return static::$resource::getUrl('index');
}
}