make(ConfigValueRepository::class); $configValueRepository->setFormData($data, $merId); } public function has($merId) { return merchantConfig($merId, 'mer_take_status') == '1'; } }