Skip to content

Commit

Permalink
Fixing Engine inheritance since the disappearing of MySQL search.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Jul 31, 2020
1 parent 700c580 commit 4eb8d6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
namespace Smile\ElasticsuiteCatalog\Model\ResourceModel;

use Magento\CatalogSearch\Model\ResourceModel\Engine as MySqlEngine;
use Magento\Elasticsearch\Model\ResourceModel\Engine as ElasticsearchEngine;

/**
* Elasticsearch search engine implementation.
Expand All @@ -22,7 +22,7 @@
* @package Smile\ElasticsuiteCatalog
* @author Aurelien FOUCRET <[email protected]>
*/
class Engine extends MySqlEngine
class Engine extends ElasticsearchEngine
{

}

0 comments on commit 4eb8d6e

Please sign in to comment.