fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 01:01:37 +00:00
parent e7c721786b
commit 03c6d8bd1a

View File

@ -38,6 +38,11 @@ final class StockTaking
public int $unit = 0; public int $unit = 0;
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct() public function __construct()
{ {
$this->createdAt = new \DateTimeImmutable(); $this->createdAt = new \DateTimeImmutable();