add section taxonomy

This commit is contained in:
xiaomlove
2022-09-07 17:10:52 +08:00
parent 45f467cc75
commit 0b45b1d05f
22 changed files with 484 additions and 4 deletions

View File

@@ -29,6 +29,11 @@ class EditSection extends EditRecord
}
}
}
return array_filter($data);
return $data;
}
protected function getRedirectUrl(): ?string
{
return static::$resource::getUrl('index');
}
}