Skip to content

Commit

Permalink
Merge pull request #161 from netzknecht/3.x
Browse files Browse the repository at this point in the history
Change visibility of `ProductSearch` properties
  • Loading branch information
fulopattila122 authored Aug 31, 2023
2 parents 93cda47 + 508c3b4 commit fa1c16e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Foundation/Search/ProductSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

class ProductSearch
{
private Searcher $searcher;
protected Searcher $searcher;

private Builder $productQuery;
protected Builder $productQuery;

private Builder $masterProductQuery;
protected Builder $masterProductQuery;

public function __construct()
{
Expand Down

0 comments on commit fa1c16e

Please sign in to comment.