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