We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f4c9a commit feb406aCopy full SHA for feb406a
src/Collection/RecordCollection.php
@@ -43,7 +43,7 @@ public function getPreviousCollection(): ?self
43
return $this->previousCollection;
44
}
45
46
- public function findFirstCollection(): ?self
+ public function findFirstCollection(): self
47
{
48
do {
49
$previous = $nextPrevious ?? $this->getPreviousCollection();
0 commit comments