File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/code/Magento/Catalog/Setup Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Catalog \Setup ;
7
7
8
8
use Magento \Catalog \Api \Data \ProductAttributeInterface ;
9
- use Magento \Eav \Model \AttributeRepository ;
10
9
use Magento \Eav \Model \Entity \Attribute \ScopedAttributeInterface ;
11
10
use Magento \Framework \Setup \UpgradeDataInterface ;
12
11
use Magento \Framework \Setup \ModuleContextInterface ;
@@ -41,11 +40,7 @@ class UpgradeData implements UpgradeDataInterface
41
40
* @param CategorySetupFactory $categorySetupFactory
42
41
* @param EavSetupFactory $eavSetupFactory
43
42
*/
44
- public function __construct (
45
- CategorySetupFactory $ categorySetupFactory ,
46
- EavSetupFactory $ eavSetupFactory ,
47
- AttributeRepository $ attributeRepository
48
- ) {
43
+ public function __construct (CategorySetupFactory $ categorySetupFactory , EavSetupFactory $ eavSetupFactory ) {
49
44
$ this ->categorySetupFactory = $ categorySetupFactory ;
50
45
$ this ->eavSetupFactory = $ eavSetupFactory ;
51
46
}
You can’t perform that action at this time.
0 commit comments