diff --git a/Models/Amount.php b/Models/Amount.php index b0361de..d5a9404 100644 --- a/Models/Amount.php +++ b/Models/Amount.php @@ -36,6 +36,11 @@ class Amount public ?\DateTime $date = null; + /** + * Constructor. + * + * @since 1.0.0 + */ public function __construct() { $this->amount = new FloatInt();