Skip to content

Commit

Permalink
Fixed issue with DI configuration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Kublytskyi committed Mar 29, 2018
1 parent de90684 commit 820fa26
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@
<preference for="Magento\Framework\MessageQueue\ExchangeFactoryInterface" type="Magento\Framework\MessageQueue\ExchangeFactory" />
<preference for="Magento\Framework\MessageQueue\Bulk\ExchangeFactoryInterface" type="Magento\Framework\MessageQueue\Bulk\ExchangeFactory" />
<preference for="Magento\Framework\MessageQueue\QueueFactoryInterface" type="Magento\Framework\MessageQueue\QueueFactory" />
<preference for="Magento\Framework\MultiDimensionalIndexer\IndexTableSwitcherInterface" type="Magento\Framework\MultiDimensionalIndexer\IndexTableSwitcher" />
<preference for="Magento\Framework\MultiDimensionalIndexer\IndexNameResolverInterface" type="Magento\Framework\MultiDimensionalIndexer\IndexNameResolver" />
<type name="Magento\Framework\Model\ResourceModel\Db\TransactionManager" shared="false" />
<type name="Magento\Framework\Acl\Data\Cache">
<arguments>
Expand Down Expand Up @@ -1528,11 +1526,6 @@
</argument>
</arguments>
</type>
<type name="Magento\Framework\MultiDimensionalIndexer\IndexNameResolver">
<arguments>
<argument name="indexScopeResolver" xsi:type="object">Magento\Framework\Indexer\ScopeResolver\IndexScopeResolver</argument>
</arguments>
</type>
<virtualType name="\Magento\Framework\Setup\Patch\SchemaPatchReader" type="\Magento\Framework\Setup\Patch\PatchReader">
<arguments>
<argument name="type" xsi:type="string">schema</argument>
Expand Down

0 comments on commit 820fa26

Please sign in to comment.