Skip to content

Commit

Permalink
Update ResultSet.php
Browse files Browse the repository at this point in the history
Update to default to array
  • Loading branch information
colinhall17 committed Aug 1, 2020
1 parent 9c9e570 commit 7e2d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/ResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ResultSet implements Arrayable, ArrayAccess, Countable, IteratorAggregate,

protected $paginationMethod = 'fresh';

protected $items;
protected $items = [];
protected $downloaded = 0;

protected $raw = false;
Expand Down

0 comments on commit 7e2d14b

Please sign in to comment.