File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/RelatedProductGraphQl/Model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919use Magento \Framework \GraphQl \Query \Resolver \BatchResponse ;
2020use Magento \Framework \GraphQl \Query \Resolver \ContextInterface ;
2121use Magento \RelatedProductGraphQl \Model \DataProvider \RelatedProductDataProvider ;
22- use Magento \RelatedProductGraphQl \Model \RelatedProductsByStoreId ;
22+ use Magento \RelatedProductGraphQl \Model \ResourceModel \ RelatedProductsByStoreId ;
2323
2424/**
2525 * Resolve linked product lists.
Original file line number Diff line number Diff line change 55 */
66declare (strict_types=1 );
77
8- namespace Magento \RelatedProductGraphQl \Model ;
8+ namespace Magento \RelatedProductGraphQl \Model \ ResourceModel ;
99
1010use Magento \Catalog \Model \ResourceModel \Product \Link ;
1111use Magento \Framework \App \ResourceConnection ;
You can’t perform that action at this time.
0 commit comments