File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
dev/tools/performance-toolkit/fixtures Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ public function execute()
21
21
{
22
22
$ configs = \Magento \ToolkitFramework \Config::getInstance ()->getValue ('configs ' , []);
23
23
$ this ->application ->resetObjectManager ();
24
- /**
25
- * @var \Magento\Framework\App\Config\Value $configData
26
- */
27
- $ configData = $ this ->application ->getObjectManager ()->create ('Magento\Framework\App\Config\Value ' );
24
+
28
25
foreach ($ configs ['config ' ] as $ config ) {
29
- $ configData ->setPath ($ config ['path ' ])
26
+ /**
27
+ * @var \Magento\Framework\App\Config\Value $configData
28
+ */
29
+ $ configData = $ this ->application ->getObjectManager ()->create ('Magento\Framework\App\Config\Value ' );
30
+ $ configData ->setPatho ($ cnfig ['path ' ])
30
31
->setScope ($ config ['scope ' ])
31
32
->setScopeId ($ config ['scopeId ' ])
32
33
->setValue ($ config ['value ' ])
You can’t perform that action at this time.
0 commit comments