Changes
This commit is contained in:
@@ -22,6 +22,8 @@ class PageResource extends JsonResource
|
||||
'code' => $this->code,
|
||||
'path' => $this->path,
|
||||
'is_url' => $this->is_url,
|
||||
'settings' => $this->settings,
|
||||
'icon' => $this->icon,
|
||||
'section' => $this->section ? $this->section->title : null,
|
||||
'created_at' => $this->created_at->diffforhumans()
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user