remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:36:57 +02:00
parent d69756f62c
commit 8ab6a43905
3 changed files with 0 additions and 33 deletions

View File

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

View File

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

View File

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