N°6384 - fix typo

This commit is contained in:
Eric Espie
2023-06-08 17:19:45 +02:00
parent 7ebf5a6dd4
commit 99e84e86cd
6 changed files with 12 additions and 12 deletions

View File

@@ -1732,7 +1732,7 @@ class AttributeLinkedSet extends AttributeDefinition
*/
public function GetHasConstraint()
{
return $this->GetOptional('with_constrain', false);
return $this->GetOptional('with_constraint', false);
}
/**