Skip to content

Commit

Permalink
Change visibility of ProductSearch properties
Browse files Browse the repository at this point in the history
from `private` to `proteced`
  • Loading branch information
netzknecht authored and fulopattila122 committed Aug 31, 2023
1 parent 512ebbf commit 61adecf
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 61adecf

Please sign in to comment.