File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/etc
lib/internal/Magento/Framework/EntityManager Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 534
534
</argument >
535
535
</arguments >
536
536
</type >
537
- <type name =" Magento\Framework\Model\OrchestratorPool " >
537
+ <type name =" Magento\Framework\EntityManager\OperationPool " >
538
538
<arguments >
539
539
<argument name =" operations" xsi : type =" array" >
540
540
<item name =" default" xsi : type =" array" >
541
- <item name =" read" xsi : type =" string" >Magento\Framework\Model \Operation\Read</item >
541
+ <item name =" read" xsi : type =" string" >Magento\Framework\EntityManager \Operation\Read</item >
542
542
<item name =" create" xsi : type =" string" >Magento\Framework\EntityManager\Operation\Write\Create</item >
543
543
<item name =" update" xsi : type =" string" >Magento\Framework\EntityManager\Operation\Write\Update</item >
544
544
<item name =" delete" xsi : type =" string" >Magento\Framework\EntityManager\Operation\Write\Delete</item >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class OperationPool
24
24
private $ objectManager ;
25
25
26
26
/**
27
- * OrchestratorPool constructor.
27
+ * OperationPool constructor.
28
28
* @param ObjectManager $objectManager
29
29
* @param string[] $operations
30
30
*/
You can’t perform that action at this time.
0 commit comments