From b3444387832e245fb42feb5445cc5a7c99a771c4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:07 +0200 Subject: [PATCH] remove getId() --- Models/Tag.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Models/Tag.php b/Models/Tag.php index 6484f06..d55101d 100755 --- a/Models/Tag.php +++ b/Models/Tag.php @@ -102,18 +102,6 @@ class Tag implements \JsonSerializable $this->type = $type; } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * @return string *