Skip to content

Commit

Permalink
Update TermBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
emildayan authored Oct 27, 2021
1 parent b88ae8a commit b425912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TermBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function terms($search)
}
$terms[] = $word;
}
$terms = collect($terms);
$terms = collect($terms)->filter();


if ($wildcards === true) {
Expand Down

0 comments on commit b425912

Please sign in to comment.