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 52bd743 commit f8b102fCopy full SHA for f8b102f
dev/tools/performance-toolkit/fixtures/configs_apply.php
@@ -21,10 +21,11 @@ public function execute()
21
{
22
$configs = \Magento\ToolkitFramework\Config::getInstance()->getValue('configs', array());
23
$this->application->resetObjectManager();
24
- /**
25
- * @var \Magento\Framework\App\Config\Value $configData
26
- */
+
27
foreach ($configs['config'] as $config) {
+ /**
+ * @var \Magento\Framework\App\Config\Value $configData
28
+ */
29
$configData = $this->application->getObjectManager()->create('Magento\Framework\App\Config\Value');
30
$configData->setPath($config['path'])
31
->setScope($config['scope'])
0 commit comments