Skip to content

Commit 94ed604

Browse files
committed
Remove missing results check
1 parent 1cd2719 commit 94ed604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/BatchesResults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BatchesResults extends Data
2828

2929
public function __construct(array $params)
3030
{
31-
parent::__construct($params['results'] ?? []);
31+
parent::__construct($params['results']);
3232

3333
$this->from = $params['from'] ?? 0;
3434
$this->limit = $params['limit'] ?? 0;

0 commit comments

Comments
 (0)