Skip to content

Commit

Permalink
Fix DI type string
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Aug 2, 2017
1 parent e348889 commit 758e31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CatalogIndexerFix/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
type="Silarn\CatalogIndexerFix\Rewrite\Framework\DB\Query\Generator"/>
<type name="Magento\Catalog\Model\Indexer\Category\Product\Action\FullFactory">
<arguments>
<argument name="instanceName" xsi:type="string">SmithAndAssociates\Fixes\Rewrite\Model\Catalog\Indexer\Category\Product\Action\Full</argument>
<argument name="instanceName" xsi:type="string">Silarn\CatalogIndexerFix\Rewrite\Model\Catalog\Indexer\Category\Product\Action\Full</argument>
</arguments>
</type>
</config>

0 comments on commit 758e31b

Please sign in to comment.