Skip to content

Commit

Permalink
Reduced visibility of SearchQueryTrait::searchWhere
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Oct 4, 2018
1 parent 29c8507 commit ecfe003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manager/ORM/SearchQueryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait SearchQueryTrait
*
* @return Composite
*/
public function searchWhere(QueryBuilder $qb, string $field, array $values, bool $strict = false): Composite
final protected function searchWhere(QueryBuilder $qb, string $field, array $values, bool $strict = false): Composite
{
$orx = $qb->expr()->orX();
foreach ($values as $index => $word) {
Expand Down

0 comments on commit ecfe003

Please sign in to comment.