Fix rebase

This commit is contained in:
Anne-Cath
2026-03-02 10:58:56 +01:00
parent 4832f0883a
commit a797339242
4 changed files with 171 additions and 206 deletions

View File

@@ -114,4 +114,8 @@ class AttributeObjectKey extends AttributeDBFieldVoid
return (int)$proposedValue;
}
public function GetTargetClass($iType = EXTKEY_RELATIVE)
{
return '';
}
}