mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Return 0 amount. [skip ci]
This commit is contained in:
@@ -35,7 +35,7 @@ class BillLine
|
||||
*/
|
||||
public function getAmount(): string
|
||||
{
|
||||
return $this->amount;
|
||||
return $this->amount ?? '0';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user