Skip to content

Commit 73b34c8

Browse files
committed
fix: missing throws exception
1 parent 52e49ac commit 73b34c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QueryDataTable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ public function ordering(): void
943943
* @param string $model
944944
* @param int $max_hits
945945
* @return $this
946+
* @throws \Exception
946947
*/
947948
public function enableScoutSearch(string $model, int $max_hits = 1000): static
948949
{
@@ -1082,6 +1083,7 @@ protected function applyFixedOrderingToQuery(string $keyName, array $orderedKeys
10821083
* @param string $searchKeyword
10831084
* @param mixed $searchFilters
10841085
* @return array
1086+
* @throws \Exception
10851087
*/
10861088
protected function performScoutSearch(string $searchKeyword, mixed $searchFilters = []): array
10871089
{

0 commit comments

Comments
 (0)