diff --git a/config/scout.php b/config/scout.php index a8d43cf4c..84e521f1c 100644 --- a/config/scout.php +++ b/config/scout.php @@ -101,7 +101,7 @@ return [ 'min_search_length' => 0, 'min_fulltext_search_length' => 4, 'min_fulltext_search_fallback' => 'LIKE', - 'query_expansion' => false - ] + 'query_expansion' => false, + ], ];