fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 01:01:37 +00:00
parent c0c46a728e
commit 9ea4d3cb1f

View File

@ -38,6 +38,11 @@ class LoanElement
public CostType $type;
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
$this->amount = new FloatInt();