You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/ConfigurableProduct/Controller/Adminhtml/Product/Initialization/Helper/Plugin/UpdateConfigurations.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
10
10
use \Magento\Catalog\Model\Product\Edit\WeightResolver;
11
11
12
+
/*
13
+
* Update Configurations for configurable product
14
+
*/
12
15
class UpdateConfigurations
13
16
{
14
17
/**
@@ -113,7 +116,7 @@ protected function getConfigurations()
0 commit comments