File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/CatalogUrlRewrite/Observer Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 28
28
use Magento \Framework \Event \Observer ;
29
29
use Magento \Framework \Event \ObserverInterface ;
30
30
use Magento \Framework \Exception \LocalizedException ;
31
+ use Magento \Framework \EntityManager \MetadataPool ;
31
32
use Magento \ImportExport \Model \Import as ImportExport ;
32
33
use Magento \Store \Model \Store ;
33
34
use Magento \Store \Model \StoreManagerInterface ;
@@ -225,7 +226,8 @@ public function __construct(
225
226
CategoryCollectionFactory $ categoryCollectionFactory = null ,
226
227
ScopeConfigInterface $ scopeConfig = null ,
227
228
CollectionFactory $ collectionFactory = null ,
228
- AttributeValue $ attributeValue = null
229
+ AttributeValue $ attributeValue = null ,
230
+ MetadataPool $ metadataPool = null
229
231
) {
230
232
$ this ->urlPersist = $ urlPersist ;
231
233
$ this ->catalogProductFactory = $ catalogProductFactory ;
You can’t perform that action at this time.
0 commit comments