Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Update MeilisearchEngine.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jwohlfert23 authored Sep 22, 2020
1 parent c4c1ae3 commit 684047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/MeilisearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function paginate(Builder $builder, $perPage, $page)
{
return $this->performSearch($builder, array_filter([
'filters' => $this->filters($builder),
'limit' => (int)$perPage,
'limit' => (int) $perPage,
'offset' => ($page - 1) * $perPage,
]));
}
Expand Down

0 comments on commit 684047e

Please sign in to comment.