remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:02 +02:00
parent 8158c654d1
commit 89c7917c3f

View File

@ -68,18 +68,6 @@ class ItemPrice implements \JsonSerializable
{
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* Get status
*