mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-08 17:48:40 +00:00
remove getId()
This commit is contained in:
parent
6938ba070c
commit
583118b86c
|
|
@ -58,18 +58,6 @@ class TaxCode implements \JsonSerializable
|
|||
$this->l11n = new TaxCodeL11n();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -83,18 +83,6 @@ class TaxCodeL11n implements \JsonSerializable
|
|||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get language
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user