project creation request notification working

This commit is contained in:
isUnknown 2025-01-23 16:16:51 +01:00
parent c750001a2c
commit c75c5e1d8a
7 changed files with 93 additions and 13 deletions

View file

@ -16,6 +16,7 @@ class PageDetails
return [
"uuid" => (string) $this->page->uuid(),
"template" => (string) $this->page->template(),
"panelUrl" => (string) $this->page->panel()->url(),
"uri" => (string) $this->page->uri(),
"title" => (string) $this->page->title(),
];