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 *