Skip to content

Commit

Permalink
Cleaning up inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Nov 2, 2013
1 parent ae365f5 commit df7ef20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Tmdb/Model/Person/AbstractMember.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ abstract class AbstractMember extends AbstractModel {

private $id;
private $name;
private $order;
private $profilePath;

protected static $_properties = array(
Expand Down

0 comments on commit df7ef20

Please sign in to comment.