我有一个模块,该模块通过di.xml,首选项节点来覆盖stockregistry接口和模型。
<preference for="Magento\CatalogInventory\Api\StockRegistryInterface" type="Doodaa\StockAPI\Api\StockRegistryInterface" />
<preference for="Magento\CatalogInventory\Model\StockRegistry" type="Doodaa\StockAPI\Model\StockRegistry" />
当我通过命令行编译di ...时,此模块的generate / code文件夹中没有条目。 该模块已启用。
我遇到的问题类似于以下线程,但没有真正的答案: Why is my Magento2 di.xml not having any effect?
有人知道什么可能导致此问题吗?