Skip to content

Commit

Permalink
Adding published and updated to Page model
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelumetta committed Sep 17, 2021
1 parent 3819a1f commit 29aa4e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ButterCMS/Model/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class Page extends Model
protected
$slug,
$page_type,
$published,
$updated,
$fields;

public function getField($fieldName, $default = null)
Expand Down

0 comments on commit 29aa4e6

Please sign in to comment.