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 97d5051 commit bfbd8f7Copy full SHA for bfbd8f7
src/Processor/PaginateProcessor.php
@@ -25,6 +25,6 @@ public function process($src, OperationInterface $operation)
25
{
26
return $src
27
->setFirstResult($this->getOffset($operation))
28
- ->setMaxResults($this->getOffset($operation));
+ ->setMaxResults($operation->getPageSize());
29
}
30
0 commit comments