Skip to content

Commit

Permalink
add fieldProvider back to Suggestions constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kuafucode committed Oct 1, 2024
1 parent 0ae024f commit cea578d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public function __construct(
$this->config = $config;
$this->searchIndexNameResolver = $searchIndexNameResolver;
$this->storeManager = $storeManager;
$this->fieldProvider = $fieldProvider;
$this->logger = $logger ?: ObjectManager::getInstance()->get(LoggerInterface::class);
$this->getSuggestionFrequency = $getSuggestionFrequency ?:
ObjectManager::getInstance()->get(GetSuggestionFrequencyInterface::class);
Expand Down

0 comments on commit cea578d

Please sign in to comment.