Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #44 from hansott/issue-43-remove-creator
Browse files Browse the repository at this point in the history
Remove the Creator field from Board objects
  • Loading branch information
hansott authored Oct 30, 2019
2 parents 30bc552 + 73cdcbd commit 777296d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Pinterest/Objects/Board.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public static function fields()
'name',
'url',
'description',
'creator',
'created_at',
'counts',
'image',
Expand Down Expand Up @@ -68,13 +67,6 @@ public static function fields()
*/
public $description;

/**
* The user who created the board.
*
* @var User
*/
public $creator;

/**
* ISO 8601 Timestamp of creation date.
*
Expand Down

0 comments on commit 777296d

Please sign in to comment.