Skip to content

Commit

Permalink
Merge pull request #873 from romainruaud/fix_search-interface-impleme…
Browse files Browse the repository at this point in the history
…ntation

Change the implemented interface of the Elasticsuite Search Engine.
  • Loading branch information
afoucret authored Apr 18, 2018
2 parents 70a5e22 + 93e9726 commit c884307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-core/Model/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @package Smile\ElasticsuiteCore
* @author Aurelien FOUCRET <aurelien.foucret@smile.fr>
*/
class Search implements \Magento\Framework\Api\Search\SearchInterface
class Search implements \Magento\Search\Api\SearchInterface
{
/**
* @var \Smile\ElasticsuiteCore\Model\Search\RequestBuilder
Expand Down

0 comments on commit c884307

Please sign in to comment.