remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:36:59 +02:00
parent b24c42dfa6
commit c50322e7de

View File

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