Loading lib/Dto/BindCategoryPropertiesRequestProperties.php +1 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,7 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc { $this->setIfExists('id', $data, null); $this->setIfExists('is_required', $data, null); $this->setIfExists('sort', $data, 500); } public function setIfExists(string $variableName, $fields, $defaultValue) Loading Loading
lib/Dto/BindCategoryPropertiesRequestProperties.php +1 −0 Original line number Diff line number Diff line Loading @@ -260,6 +260,7 @@ class BindCategoryPropertiesRequestProperties implements ModelInterface, ArrayAc { $this->setIfExists('id', $data, null); $this->setIfExists('is_required', $data, null); $this->setIfExists('sort', $data, 500); } public function setIfExists(string $variableName, $fields, $defaultValue) Loading