From 75e637f6b86d9f1f5252c6e4ff9ed88cae9ef814 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:02 +0200 Subject: [PATCH] remove getId() --- Models/PromotionAttribute.php | 12 ------------ Models/PromotionAttributeType.php | 12 ------------ Models/PromotionAttributeValue.php | 11 ----------- 3 files changed, 35 deletions(-) diff --git a/Models/PromotionAttribute.php b/Models/PromotionAttribute.php index 403b08f..c3c46b1 100755 --- a/Models/PromotionAttribute.php +++ b/Models/PromotionAttribute.php @@ -67,18 +67,6 @@ class PromotionAttribute implements \JsonSerializable $this->value = new NullPromotionAttributeValue(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * {@inheritdoc} */ diff --git a/Models/PromotionAttributeType.php b/Models/PromotionAttributeType.php index 5605927..35ce15f 100755 --- a/Models/PromotionAttributeType.php +++ b/Models/PromotionAttributeType.php @@ -89,18 +89,6 @@ class PromotionAttributeType implements \JsonSerializable $this->setL11n($name); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Set l11n * diff --git a/Models/PromotionAttributeValue.php b/Models/PromotionAttributeValue.php index 9c43c9c..d21531e 100755 --- a/Models/PromotionAttributeValue.php +++ b/Models/PromotionAttributeValue.php @@ -108,17 +108,6 @@ class PromotionAttributeValue implements \JsonSerializable */ private ?BaseStringL11n $l11n = null; - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } /** * Set value