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 6ddc1af commit e0d47fb
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 @@ -50,6 +50,11 @@ class Adapter implements AdapterInterface
*/
private $aggregationFactory;

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

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

0 comments on commit e0d47fb

Please sign in to comment.