remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:01 +02:00
parent 6938ba070c
commit 583118b86c
2 changed files with 0 additions and 24 deletions

View File

@ -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}
*/

View File

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