File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/CatalogGraphQl
Model/Resolver/CacheKey/FactorProvider Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CategoryGraphQl \Model \Resolver \CacheKey \FactorProvider ;
8
+ namespace Magento \CatalogGraphQl \Model \Resolver \CacheKey \FactorProvider ;
9
9
10
10
use Magento \Framework \Model \AbstractModel ;
11
11
use Magento \GraphQl \Model \Query \ContextInterface ;
Original file line number Diff line number Diff line change 257
257
<arguments >
258
258
<argument name =" customFactorProviders" xsi : type =" array" >
259
259
<item name =" Magento\CatalogGraphQl\Model\Resolver\Product\MediaGallery" xsi : type =" array" >
260
- <item name =" parent_entity_id" xsi : type =" string" >Magento\CategoryGraphQl \Model\Resolver\CacheKey\FactorProvider\ParentProductEntityId</item >
260
+ <item name =" parent_entity_id" xsi : type =" string" >Magento\CatalogGraphQl \Model\Resolver\CacheKey\FactorProvider\ParentProductEntityId</item >
261
261
<item name =" store" xsi : type =" string" >Magento\StoreGraphQl\Model\Resolver\CacheKey\FactorProvider\Store</item >
262
262
</item >
263
263
</argument >
You can’t perform that action at this time.
0 commit comments