We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0fb306 + f3eb7e5 commit 1ded903Copy full SHA for 1ded903
src/TNTSearchScoutServiceProvider.php
@@ -37,7 +37,7 @@ public function boot()
37
}
38
39
40
- private function setFuzziness($tnt)
+ protected function setFuzziness($tnt)
41
{
42
$fuzziness = config('scout.tntsearch.fuzziness');
43
$prefix_length = config('scout.tntsearch.fuzzy.prefix_length');
@@ -51,7 +51,7 @@ private function setFuzziness($tnt)
51
$tnt->fuzzy_distance = isset($distance) ? $distance : $tnt->fuzzy_distance;
52
53
54
- private function setAsYouType($tnt)
+ protected function setAsYouType($tnt)
55
56
$asYouType = config('scout.tntsearch.asYouType');
57
0 commit comments