Skip to content

Commit

Permalink
Add todo for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Sep 20, 2024
1 parent 8f73f61 commit efbc830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Panel/PageCreateDialog.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public function load(): array
*/
public function model(): Page
{
// TODO: use actual in-memory page in v5
return $this->model ??= Page::factory([
'slug' => '__new__',
'template' => $this->template,
Expand Down

0 comments on commit efbc830

Please sign in to comment.