mirror of
https://github.com/Karaka-Management/oms-LoanManagement.git
synced 2026-01-24 15:18:41 +00:00
fix tests
This commit is contained in:
parent
c0c46a728e
commit
9ea4d3cb1f
|
|
@ -38,6 +38,11 @@ class LoanElement
|
|||
|
||||
public CostType $type;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->amount = new FloatInt();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user