From 1b61110bc84449d56f51871de747d63e75bf6a00 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:00 +0200 Subject: [PATCH] remove getId() --- Models/DrawImage.php | 11 ----------- 1 file changed, 11 deletions(-) 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}