We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c265e3a commit fe7b366Copy full SHA for fe7b366
app/code/Magento/Catalog/Setup/UpgradeData.php
@@ -40,7 +40,8 @@ class UpgradeData implements UpgradeDataInterface
40
* @param CategorySetupFactory $categorySetupFactory
41
* @param EavSetupFactory $eavSetupFactory
42
*/
43
- public function __construct(CategorySetupFactory $categorySetupFactory, EavSetupFactory $eavSetupFactory) {
+ public function __construct(CategorySetupFactory $categorySetupFactory, EavSetupFactory $eavSetupFactory)
44
+ {
45
$this->categorySetupFactory = $categorySetupFactory;
46
$this->eavSetupFactory = $eavSetupFactory;
47
}
0 commit comments