0
0
Fork 0
mirror of https://github.com/verdigado/organization_folders.git synced 2024-12-06 11:22:41 +01:00

added resource members

This commit is contained in:
Jonathan Treffler 2024-10-31 17:29:15 +01:00
parent 851fa0a1cc
commit 92c431e856
14 changed files with 311 additions and 20 deletions

View file

@ -33,7 +33,7 @@ class OrganizationFolder implements JsonSerializable, TableSerializable {
];
}
public function tableSerialize(): array {
public function tableSerialize(?array $params = null): array {
return [
'Id' => $this->id,
'Name' => $this->name,