mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-31 08:48:41 +00:00
remove getId()
This commit is contained in:
parent
d6a5e46c22
commit
bc6d5fd639
|
|
@ -71,18 +71,6 @@ class BillType implements \JsonSerializable
|
|||
$this->name = $name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set l11n
|
||||
*
|
||||
|
|
|
|||
|
|
@ -71,18 +71,6 @@ class TaxCombination implements \JsonSerializable
|
|||
$this->itemCode = new NullAttributeValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user