File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/CatalogSearch/Model/ResourceModel Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
44
44
/**
45
45
* Config search engine path.
46
46
*/
47
- const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine ' ;
47
+ private const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine ' ;
48
48
49
49
/**
50
50
* List Of filters
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
45
45
/**
46
46
* Config search engine path.
47
47
*/
48
- const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine ' ;
48
+ private const SEARCH_ENGINE_VALUE_PATH = 'catalog/search/engine ' ;
49
49
50
50
/**
51
51
* @var QueryResponse
You can’t perform that action at this time.
0 commit comments