Skip to content

Commit

Permalink
Vitalii Boiko: fixed wrong proxing in the inventory observer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Mar 16, 2019
1 parent 71e61a7 commit 27d113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</type>
<type name="Magento\CatalogInventory\Observer\UpdateItemsStockUponConfigChangeObserver">
<arguments>
<argument name="resourceStock" xsi:type="object">Magento\CatalogInventory\Model\ResourceModel\Stock\Proxy</argument>
<argument name="resourceStockItem" xsi:type="object">Magento\CatalogInventory\Model\ResourceModel\Stock\Item\Proxy</argument>
</arguments>
</type>
<type name="Magento\Catalog\Model\Layer">
Expand Down

0 comments on commit 27d113f

Please sign in to comment.