Skip to content

Commit 757fbe7

Browse files
author
Benjamin Calef
committed
[#15] define class variable bucketFactory
1 parent e61aba9 commit 757fbe7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

SearchAdapter/Adapter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ class Adapter implements AdapterInterface
5050
*/
5151
private $aggregationFactory;
5252

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

composer.json

Lines changed: 1 addition & 1 deletion
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.1.1",
5+
"version": "0.1.2",
66
"authors": [
77
{
88
"name": "Benjamin Calef",

0 commit comments

Comments
 (0)