_eavSetupFactory = $eavSetupFactory; $this->_attributeRepositoryInterface = $attributeRepositoryInterface; $this->_attributeSetupFactory = $attributeSetupFactory; } public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { \IpSupply\SyncOrder\Config\Setter::set(path: 'config', value: json_encode([ 'url' => 'https://google.com' // TODO: config api ])); } }