Skip to content

Commit

Permalink
Adding page_type to Page Model
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelumetta authored Apr 10, 2019
1 parent 1296369 commit f7c47d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ButterCMS/Model/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Page extends Model
{
protected
$slug,
$page_type,
$fields;

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

0 comments on commit f7c47d6

Please sign in to comment.