Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zunnu authored Aug 10, 2024
1 parent a1b9b2c commit 6cd3e87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ public function index()
}
}

$this->paginate['limit'] = 200;
$users = $this->paginate($query);
$users = $query->toArray();
$this->set(compact('users', 'search'));

if($this->getRequest()->is('htmx')) {
Expand Down

0 comments on commit 6cd3e87

Please sign in to comment.