Skip to content

Commit

Permalink
Add fields to AbstractModel (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
swember authored Jul 3, 2024
1 parent 7b809c2 commit fd0f489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resource/AbstractModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

abstract class AbstractModel
{
protected $has_more;
protected $per_page;
protected $page;
protected $cursor;

/**
* @codeCoverageIgnore
*/
Expand Down

0 comments on commit fd0f489

Please sign in to comment.