Skip to content

Commit 0786c42

Browse files
author
Andrei
committed
email changed to not nullable in user detail
1 parent c205cd6 commit 0786c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/User/src/Entity/UserDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class UserDetail extends AbstractEntity
3636
protected ?string $lastName = null;
3737

3838
/**
39-
* @ORM\Column(name="email", type="string", length=191, nullable=false)
39+
* @ORM\Column(name="email", type="string", length=191)
4040
* @var string $email
4141
*/
4242
protected string $email;

0 commit comments

Comments
 (0)