diff --git a/Models/StockTaking.php b/Models/StockTaking.php index 1b70d51..2c30006 100644 --- a/Models/StockTaking.php +++ b/Models/StockTaking.php @@ -38,6 +38,11 @@ final class StockTaking public int $unit = 0; + /** + * Constructor. + * + * @since 1.0.0 + */ public function __construct() { $this->createdAt = new \DateTimeImmutable();