Skip to content

Commit

Permalink
Fix reference to indexer in mview.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aligent-lturner committed Oct 10, 2024
1 parent 713d989 commit d149d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
<view id="fredhopper" class="Aligent\Fredhopper\Model\Indexer\ProductIndexer" group="indexer">
<view id="fredhopper" class="Aligent\FredhopperIndexer\Model\ProductIndexer" group="indexer">
<subscriptions>
<table name="catalog_category_product" entity_column="product_id" />
<table name="catalog_product_entity" entity_column="entity_id" />
Expand Down

0 comments on commit d149d9d

Please sign in to comment.