[ENTITY][Note] Language can be null

This commit is contained in:
2021-12-10 03:59:23 +00:00
parent 4992ff153b
commit b89f57ce93
2 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ class Note extends Entity
return $this;
}
public function getLanguageId(): int
public function getLanguageId(): ?int
{
return $this->language_id;
}