Fixing property name

parent e0ec4717
...@@ -11,7 +11,7 @@ class FullPageTransformer extends Resource ...@@ -11,7 +11,7 @@ class FullPageTransformer extends Resource
$pageData = [ $pageData = [
'id' => $this->id, 'id' => $this->id,
'template' => $this->template, 'template' => $this->template,
'is_home' => $this->template, 'is_home' => $this->is_home,
]; ];
foreach ($this->translations as $pageTranslation) { foreach ($this->translations as $pageTranslation) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment