Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Feb 2, 2022
1 parent e356b9b commit 11ab9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Entity/UserTrait.php
Expand Up @@ -11,7 +11,7 @@ trait UserTrait
/**
* @ORM\Column(type="datetime", nullable=true)
*/
protected DateTimeInterface $createdAt;
protected ?DateTimeInterface $createdAt = null;

/**
* @ORM\Column(type="string", length=180, unique=true)
Expand Down

0 comments on commit 11ab9c3

Please sign in to comment.