summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Entity/File.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-08-27 17:40:00 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-09 22:56:02 +0200
commit26b19b73a46f714031237aa838c0011541f2a8c9 (patch)
treecaf03f763d966829b1fee0a3a47b8b5baa53da0a /apps/workflowengine/lib/Entity/File.php
parent4c2fdbb9085514692bb86a73bb415a41ccd209f4 (diff)
downloadnextcloud-server-26b19b73a46f714031237aa838c0011541f2a8c9.tar.gz
nextcloud-server-26b19b73a46f714031237aa838c0011541f2a8c9.zip
remove IEntity's getId in favor of class name
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/lib/Entity/File.php')
-rw-r--r--apps/workflowengine/lib/Entity/File.php4
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');
}