mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 16:58:41 +00:00
Use global namespace+minor fixes
This commit is contained in:
parent
fb6b447bf0
commit
4b3849885a
|
|
@ -516,6 +516,9 @@ class Invoice implements \JsonSerializable
|
||||||
$this->elements[] = $element;
|
$this->elements[] = $element;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
public function jsonSerialize() : void
|
public function jsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -273,6 +273,9 @@ class InvoiceElement implements \JsonSerializable
|
||||||
return $this->totalPriceGross;
|
return $this->totalPriceGross;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
public function jsonSerialize() : void
|
public function jsonSerialize() : void
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user