Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glpzzz committed Mar 8, 2021
1 parent c2ff2ff commit 0bcc9e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion models/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ public function fields()
'name' => function () {
return $this->metadataDefinition->name;
},
'value'
'value',
'type' => function () {
return $this->metadataDefinition->type;
}
];
}

Expand Down
2 changes: 1 addition & 1 deletion models/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function fields()
},
'created_at',
'updated_at',
'metadatas',
'metadata',
'pages',
];
}
Expand Down

0 comments on commit 0bcc9e3

Please sign in to comment.