Skip to content

Commit cbcf6f4

Browse files
author
Benjamin Calef
committed
[#15] define class variable bucketFactory
1 parent 966d072 commit cbcf6f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

SearchAdapter/Adapter.php

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class Adapter implements AdapterInterface
5151
*/
5252
private $aggregationFactory;
5353

54+
/**
55+
* @var BucketFactory
56+
*/
57+
private $bucketFactory;
58+
5459
/**
5560
* Adapter constructor.
5661
* @param ResponseFactory $responseFactory

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zepgram/module-disable-search-engine",
33
"description": "Magento2 module to disable search engine and fulltext indexing for category search",
44
"type": "magento2-module",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"authors": [
77
{
88
"name": "Benjamin Calef",

0 commit comments

Comments
 (0)