From d6fe802367a9bb388592c14285e31a0bc120f0bd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:37:00 +0200 Subject: [PATCH] remove getId() --- Models/ExchangeLog.php | 12 ------------ Models/ExchangeSetting.php | 12 ------------ Models/InterfaceManager.php | 12 ------------ 3 files changed, 36 deletions(-) diff --git a/Models/ExchangeLog.php b/Models/ExchangeLog.php index b430242..0b964fd 100755 --- a/Models/ExchangeLog.php +++ b/Models/ExchangeLog.php @@ -128,18 +128,6 @@ class ExchangeLog implements \JsonSerializable $this->type = $type; } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get fields. * diff --git a/Models/ExchangeSetting.php b/Models/ExchangeSetting.php index 5add25a..f01ce4f 100755 --- a/Models/ExchangeSetting.php +++ b/Models/ExchangeSetting.php @@ -92,18 +92,6 @@ class ExchangeSetting implements \JsonSerializable $this->data = $data; } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Set relations * diff --git a/Models/InterfaceManager.php b/Models/InterfaceManager.php index 1a60769..2f8a59c 100755 --- a/Models/InterfaceManager.php +++ b/Models/InterfaceManager.php @@ -177,18 +177,6 @@ class InterfaceManager return $this->path; } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get settings. *