mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-29 04:04:11 -06:00
Return 0 amount. [skip ci]
This commit is contained in:
parent
2e7c26c539
commit
cd66d2c7b0
@ -35,7 +35,7 @@ class BillLine
|
|||||||
*/
|
*/
|
||||||
public function getAmount(): string
|
public function getAmount(): string
|
||||||
{
|
{
|
||||||
return $this->amount;
|
return $this->amount ?? '0';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user