Update Paginator/RawPaginatorAdapter.php
This commit is contained in:
parent
dd5c5c321a
commit
41b024925b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,6 @@ class RawPaginatorAdapter implements PaginatorAdapterInterface
|
|||
*/
|
||||
public function getTotalHits()
|
||||
{
|
||||
$this->searchable->search($this->query)->getTotalHits();
|
||||
return $this->searchable->search($this->query)->getTotalHits();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue