mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Update Page::toArray()
This commit is contained in:
parent
079afd69a4
commit
ed331dc46e
@ -371,8 +371,10 @@ class Page extends AbstractPage
|
||||
public function toArray()
|
||||
{
|
||||
return array(
|
||||
'title' => $this->title(),
|
||||
'route' => $this->route(),
|
||||
'uri' => $this->uri(),
|
||||
'id' => $this->id(),
|
||||
'slug' => $this->slug(),
|
||||
'template' => $this->template()->name(),
|
||||
'num' => $this->num(),
|
||||
'data' => $this->data()
|
||||
|
Loading…
x
Reference in New Issue
Block a user