From 89c7917c3f40bbcf92da6ded01f009e747c4e933 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:02 +0200 Subject: [PATCH] remove getId() --- Models/ItemPrice.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Models/ItemPrice.php b/Models/ItemPrice.php index 6ae70c7..4b2e242 100755 --- a/Models/ItemPrice.php +++ b/Models/ItemPrice.php @@ -68,18 +68,6 @@ class ItemPrice implements \JsonSerializable { } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get status *