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 19
19
use Magento \Framework \GraphQl \Query \Resolver \BatchResponse ;
20
20
use Magento \Framework \GraphQl \Query \Resolver \ContextInterface ;
21
21
use Magento \RelatedProductGraphQl \Model \DataProvider \RelatedProductDataProvider ;
22
- use Magento \RelatedProductGraphQl \Model \RelatedProductsByStoreId ;
22
+ use Magento \RelatedProductGraphQl \Model \ResourceModel \ RelatedProductsByStoreId ;
23
23
24
24
/**
25
25
* Resolve linked product lists.
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \RelatedProductGraphQl \Model ;
8
+ namespace Magento \RelatedProductGraphQl \Model \ ResourceModel ;
9
9
10
10
use Magento \Catalog \Model \ResourceModel \Product \Link ;
11
11
use Magento \Framework \App \ResourceConnection ;
You can’t perform that action at this time.
0 commit comments