From c50322e7dee47f2c754ca2d8ca0778d559b2544d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2023 02:36:59 +0200 Subject: [PATCH] remove getId() --- Models/Contract.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Models/Contract.php b/Models/Contract.php index 9d002cc..871c999 100755 --- a/Models/Contract.php +++ b/Models/Contract.php @@ -106,18 +106,6 @@ class Contract $this->account = new NullAccount(); } - /** - * Get id - * - * @return int - * - * @since 1.0.0 - */ - public function getId() : int - { - return $this->id; - } - /** * Get files *