mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-12 00:18:42 +00:00
remove getId()
This commit is contained in:
parent
b24c42dfa6
commit
c50322e7de
|
|
@ -106,18 +106,6 @@ class Contract
|
||||||
$this->account = new NullAccount();
|
$this->account = new NullAccount();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get files
|
* Get files
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user