Skip to content

Commit 08d98e7

Browse files
committed
Update ResultSet.php
Update to default to array
1 parent 84d2cc3 commit 08d98e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/ResultSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ResultSet implements Arrayable, ArrayAccess, Countable, IteratorAggregate,
3333

3434
protected $paginationMethod = 'fresh';
3535

36-
protected $items;
36+
protected $items = [];
3737
protected $downloaded = 0;
3838

3939
protected $raw = false;

0 commit comments

Comments
 (0)