Return 0 amount. [skip ci]

This commit is contained in:
James Cole 2016-02-18 10:06:34 +01:00
parent 2e7c26c539
commit cd66d2c7b0

View File

@ -35,7 +35,7 @@ class BillLine
*/ */
public function getAmount(): string public function getAmount(): string
{ {
return $this->amount; return $this->amount ?? '0';
} }
/** /**