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. *