This commit is contained in:
Yuri Kuznetsov
2022-08-05 12:05:52 +03:00
parent b2df17cf93
commit 41865d8cde
6 changed files with 128 additions and 30 deletions
+5
View File
@@ -212,6 +212,11 @@ class Note extends Entity
return in_array($userId, $userIdList);
}
public function getCreatedById(): ?string
{
return $this->get('createdById');
}
public function loadAdditionalFields(): void
{
if (