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
@@ -25,8 +25,4 @@ class CreateSection extends CreateRecord
return $data;
}
protected function getRedirectUrl(): string
{
return static::$resource::getUrl('index');
}
}