diff --git a/Models/LoanElement.php b/Models/LoanElement.php index c76e8a5..f04e98b 100644 --- a/Models/LoanElement.php +++ b/Models/LoanElement.php @@ -38,6 +38,11 @@ class LoanElement public CostType $type; + /** + * Constructor. + * + * @since 1.0.0 + */ public function __construct() { $this->amount = new FloatInt();