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 *