remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:07 +02:00
parent 29536e3694
commit b344438783

View File

@ -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
*