File tree Expand file tree Collapse file tree 6 files changed +259
-194
lines changed Expand file tree Collapse file tree 6 files changed +259
-194
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class Config extends \Magento\Eav\Model\Config
133
133
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
134
134
* @param \Magento\Eav\Model\Config $eavConfig
135
135
* @param SerializerInterface $serializer
136
- * @param array $systemAttributes
136
+ * @param array $attributesForPreload
137
137
*
138
138
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
139
139
*/
@@ -151,7 +151,7 @@ public function __construct(
151
151
\Magento \Store \Model \StoreManagerInterface $ storeManager ,
152
152
\Magento \Eav \Model \Config $ eavConfig ,
153
153
SerializerInterface $ serializer = null ,
154
- $ systemAttributes = []
154
+ $ attributesForPreload = []
155
155
) {
156
156
$ this ->_scopeConfig = $ scopeConfig ;
157
157
$ this ->_configFactory = $ configFactory ;
@@ -168,7 +168,8 @@ public function __construct(
168
168
$ cacheState ,
169
169
$ universalFactory ,
170
170
$ serializer ,
171
- $ systemAttributes
171
+ $ scopeConfig ,
172
+ $ attributesForPreload
172
173
);
173
174
}
174
175
You can’t perform that action at this time.
0 commit comments