mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-02-03 01:38:41 +00:00
remove getId()
This commit is contained in:
parent
29536e3694
commit
b344438783
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user