Skip to content

Commit

Permalink
[#15] define class variable bucketFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Nov 24, 2023
1 parent 966d072 commit 41ebf11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SearchAdapter/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class Adapter implements AdapterInterface
*/
private $aggregationFactory;

/**
* @var BucketFactory
*/
private $bucketFactory;

/**
* Adapter constructor.
* @param ResponseFactory $responseFactory
Expand Down

0 comments on commit 41ebf11

Please sign in to comment.