Skip to content

Commit

Permalink
re-enabled product export command
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Nov 10, 2021
1 parent 89929bf commit 5ab02bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\Console\CommandListInterface">
<arguments>
<argument name="commands" xsi:type="array">
<item name="productExportCommand" xsi:type="object">Recolize\RecommendationEngine\Console\Command\ProductExportCommand</item>
</argument>
</arguments>
</type>

<virtualType name="Recolize\RecommendationEngine\Model\Session\Storage" type="Magento\Framework\Session\Storage">
<arguments>
<argument name="namespace" xsi:type="string">recolize</argument>
Expand Down

0 comments on commit 5ab02bc

Please sign in to comment.