mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-01-22 06:48:41 +00:00
remove getId()
This commit is contained in:
parent
b24c42dfa6
commit
c50322e7de
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user