From bc6d5fd6398ea5a58f374ea5a83466a1d8fec90c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:36:58 +0200 Subject: [PATCH] remove getId() --- Models/BillType.php | 12 ------------ Models/Tax/TaxCombination.php | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/Models/BillType.php b/Models/BillType.php index 1df4959..a01a69e 100755 --- a/Models/BillType.php +++ b/Models/BillType.php @@ -71,18 +71,6 @@ class BillType implements \JsonSerializable $this->name = $name; } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Set l11n * diff --git a/Models/Tax/TaxCombination.php b/Models/Tax/TaxCombination.php index 97937a2..9ca53c9 100755 --- a/Models/Tax/TaxCombination.php +++ b/Models/Tax/TaxCombination.php @@ -71,18 +71,6 @@ class TaxCombination implements \JsonSerializable $this->itemCode = new NullAttributeValue(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * {@inheritdoc} */