diff options
Diffstat (limited to 'apps/workflowengine/lib/Entity/File.php')
-rw-r--r-- | apps/workflowengine/lib/Entity/File.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/workflowengine/lib/Entity/File.php b/apps/workflowengine/lib/Entity/File.php index 0ba3502450a..d4f41625e4e 100644 --- a/apps/workflowengine/lib/Entity/File.php +++ b/apps/workflowengine/lib/Entity/File.php @@ -41,10 +41,6 @@ class File implements IEntity { $this->urlGenerator = $urlGenerator; } - public function getId(): string { - return 'WorkflowEngine_Entity_File'; - } - public function getName(): string { return $this->l10n->t('File'); } |