Wiki navigation bar

This commit is contained in:
2022-03-27 22:00:29 +00:00
parent 9c6114cf86
commit 4807b7d4ae
13 changed files with 189 additions and 48 deletions

View File

@ -19,7 +19,7 @@ class Wiki extends Entity implements JsonSerializable {
return [
'id' => $this->id,
'title' => $this->title,
'file_id' => $this->file_id
'fileId' => $this->fileId
];
}
}