mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-09 01:18:40 +00:00
remove getId()
This commit is contained in:
parent
d69756f62c
commit
8ab6a43905
|
|
@ -66,17 +66,6 @@ class BalanceL11n implements \JsonSerializable
|
|||
*/
|
||||
public string $description = '';
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get language
|
||||
|
|
|
|||
|
|
@ -66,17 +66,6 @@ class CostCenterL11n implements \JsonSerializable
|
|||
*/
|
||||
public string $description = '';
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get language
|
||||
|
|
|
|||
|
|
@ -66,17 +66,6 @@ class CostObjectL11n implements \JsonSerializable
|
|||
*/
|
||||
public string $description = '';
|
||||
|
||||
/**
|
||||
* 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