Limit records on table #796
Unanswered
apricomsystems
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know why this does not work?
`public function builder() : Builder {
if($this->limit != null) {
return Movimento::query()->limit($this->limit);
}
I even harcoded a value into the limit.. It always selects all records even when limit is set to like 10
Beta Was this translation helpful? Give feedback.
All reactions