File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Catalog \Model ;
9
9
10
+ use Magento \Catalog \Api \CategoryLinkManagementInterface ;
10
11
use Magento \Catalog \Api \Data \ProductExtension ;
11
12
use Magento \Catalog \Api \Data \ProductInterface ;
12
13
use Magento \Catalog \Model \Product \Gallery \MimeTypeExtensionMap ;
13
14
use Magento \Catalog \Model \ResourceModel \Product \Collection ;
14
- use Magento \Catalog \Api \CategoryLinkManagementInterface ;
15
15
use Magento \Eav \Model \Entity \Attribute \Exception as AttributeException ;
16
16
use Magento \Framework \Api \Data \ImageContentInterface ;
17
17
use Magento \Framework \Api \Data \ImageContentInterfaceFactory ;
@@ -247,7 +247,7 @@ public function __construct(
247
247
$ this ->cacheLimit = (int )$ cacheLimit ;
248
248
$ this ->readExtensions = $ readExtensions ?: \Magento \Framework \App \ObjectManager::getInstance ()
249
249
->get (ReadExtensions::class);
250
- $ this ->linkManagement = $ linkManagement ?:\Magento \Framework \App \ObjectManager::getInstance ()
250
+ $ this ->linkManagement = $ linkManagement ?: \Magento \Framework \App \ObjectManager::getInstance ()
251
251
->get (CategoryLinkManagementInterface::class);
252
252
}
253
253
You can’t perform that action at this time.
0 commit comments