getEntityType final

This commit is contained in:
Yuri Kuznetsov
2022-02-22 12:00:44 +02:00
parent 0f94a7b65e
commit 0b60fbbb59
2 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -665,7 +665,7 @@ class BaseEntity implements Entity
/**
* Get an entity type.
*/
public function getEntityType(): string
public final function getEntityType(): string
{
return $this->entityType;
}