Skip to content

Commit bb802d6

Browse files
committed
thusfar
1 parent 1597ee7 commit bb802d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Nether/Database/ResultSet.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ public function
126126
// me pretending to avoid a memory avalance the deeper you go.
127127

128128
while($this->Page < $this->PageCount) {
129-
$this->Absorb(($this->Class)::Find(
130-
$this->Filters->Bump('Page', 1)
131-
));
129+
$this->Filters->Bump('Page', 1);
130+
131+
$this->Absorb(($this->Class)::Find($this->Filters));
132132

133133
yield $this;
134134
}

0 commit comments

Comments
 (0)