Skip to content

Commit

Permalink
fix: missing throws exception
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Nov 4, 2023
1 parent 52e49ac commit 73b34c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QueryDataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ public function ordering(): void
* @param string $model
* @param int $max_hits
* @return $this
* @throws \Exception
*/
public function enableScoutSearch(string $model, int $max_hits = 1000): static
{
Expand Down Expand Up @@ -1082,6 +1083,7 @@ protected function applyFixedOrderingToQuery(string $keyName, array $orderedKeys
* @param string $searchKeyword
* @param mixed $searchFilters
* @return array
* @throws \Exception
*/
protected function performScoutSearch(string $searchKeyword, mixed $searchFilters = []): array
{
Expand Down

0 comments on commit 73b34c8

Please sign in to comment.