File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/CatalogGraphQl Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \CatalogGraphQl \Model \Layer ;
9
9
10
- use Magento \CatalogSearch \Model \ResourceModel \Advanced \Collection ;
10
+ use Magento \Catalog \Model \ResourceModel \Product \Collection ;
11
11
12
12
/**
13
13
* Collection Provider for graphql layered navigation.
14
14
*/
15
15
class CollectionProvider implements \Magento \Catalog \Model \Layer \ItemCollectionProviderInterface
16
16
{
17
17
/**
18
- * @var \Magento\CatalogSearch \Model\ResourceModel\Advanced \CollectionFactory
18
+ * @var \Magento\Catalog \Model\ResourceModel\Product \CollectionFactory
19
19
*/
20
20
private $ collectionFactory ;
21
21
Original file line number Diff line number Diff line change 9
9
"magento/module-catalog" : " 101.2.*" ,
10
10
"magento/module-search" : " 100.3.*" ,
11
11
"magento/module-store" : " 100.3.*" ,
12
- "magento/module-catalog-search" : " 100.3.*" ,
13
12
"magento/module-eav-graph-ql" : " 100.0.*" ,
14
13
"magento/framework" : " 100.3.*"
15
14
},
You can’t perform that action at this time.
0 commit comments