comments working
This commit is contained in:
parent
375bed1d01
commit
0b472988a2
14 changed files with 107 additions and 59 deletions
|
|
@ -14,6 +14,8 @@ class PageDetails
|
|||
|
||||
public function toArray() {
|
||||
return [
|
||||
"uuid" => (string) $this->page->uuid(),
|
||||
"template" => (string) $this->page->template(),
|
||||
"uri" => (string) $this->page->uri(),
|
||||
"title" => (string) $this->page->title(),
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue