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