Skip to content

Commit

Permalink
Change the implemented interface of the Elasticsuite Search Engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Apr 16, 2018
1 parent 70a5e22 commit 93e9726
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 93e9726

Please sign in to comment.