Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored and github-actions[bot] committed Oct 31, 2024
1 parent 6691e01 commit 40d1031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Concerns/WithScroll.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function isFetchable(): bool
if ($this->items->isEmpty()) {
return true;
}

return is_null($this->getFetchLimits()) || $this->fetchCount < $this->getFetchLimits();
}

Expand Down

0 comments on commit 40d1031

Please sign in to comment.