This commit is contained in:
Yuri Kuznetsov
2025-06-30 16:58:40 +03:00
parent 36293123c7
commit c4967c774c
2 changed files with 44 additions and 45 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ class User extends Person
{
public const ENTITY_TYPE = 'User';
public const ATTRIBUTE_TYPE = 'type';
public const ATTRIBUTE_IS_ACTIVE = 'isActive';
public const ATTR_TYPE = 'type';
public const ATTR_IS_ACTIVE = 'isActive';
public const LINK_ACCOUNTS = 'accounts';
public const LINK_CONTACT = 'contact';