remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:00 +02:00
parent 72d9c7b03b
commit 1b61110bc8

View File

@ -42,17 +42,6 @@ class DrawImage implements \JsonSerializable
*/
public null|int|Media $media = null;
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* {@inheritdoc}