diff --git a/Models/DrawImage.php b/Models/DrawImage.php index 7704702..f146cfc 100755 --- a/Models/DrawImage.php +++ b/Models/DrawImage.php @@ -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}