@@ -5,10 +5,6 @@ |
||
5 | 5 | use Tkotosz\CatalogRouter\Api\CacheInterface; |
6 | 6 | use Tkotosz\CatalogRouter\Api\ProductResolverInterface; |
7 | 7 | use Tkotosz\CatalogRouter\Model\EntityData; |
8 | -use Tkotosz\CatalogRouter\Model\Exception\EntityDataNotFoundException; |
|
9 | -use Magento\Catalog\Model\ResourceModel\ProductFactory; |
|
10 | -use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory as ProductCollectionFactory; |
|
11 | -use Magento\Store\Model\StoreManagerInterface; |
|
12 | 8 | |
13 | 9 | class CachedProductResolver implements ProductResolverInterface |
14 | 10 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Magento\Store\Model\StoreManagerInterface; |
6 | 6 | use Tkotosz\CatalogRouter\Api\CategoryResolverInterface; |
7 | -use Tkotosz\CatalogRouter\Api\ProductResolverInterface; |
|
8 | 7 | use Tkotosz\CatalogRouter\Api\UrlPathUsedChecker; |
9 | 8 | use Tkotosz\CatalogRouter\Model\UrlPath; |
10 | 9 | use Tkotosz\CatalogRouter\Model\EntityData; |