entity type const

This commit is contained in:
Yuri Kuznetsov
2021-05-31 14:03:21 +03:00
parent 5da4e9f4a8
commit 9208debb1a
65 changed files with 114 additions and 70 deletions
+2
View File
@@ -33,6 +33,8 @@ use Espo\Core\ORM\Entity;
class Note extends Entity
{
public const ENTITY_TYPE = 'Note';
public const TARGET_SELF = 'self';
public const TARGET_ALL = 'all';