From a316b35cc1d47feeed38216ae20121b71371e53d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:00 +0200 Subject: [PATCH] remove getId() --- Models/EditorDocType.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Models/EditorDocType.php b/Models/EditorDocType.php index 57f46a9..f2f9774 100755 --- a/Models/EditorDocType.php +++ b/Models/EditorDocType.php @@ -65,18 +65,6 @@ class EditorDocType implements \JsonSerializable $this->setL11n($name); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * @return string *