diff --git a/src/Entity/AnzuUser.php b/src/Entity/AnzuUser.php index 29e4683..ab278f4 100644 --- a/src/Entity/AnzuUser.php +++ b/src/Entity/AnzuUser.php @@ -35,7 +35,7 @@ abstract class AnzuUser implements IdentifiableInterface, EnableInterface, UserI */ #[ORM\Column(type: Types::STRING, length: 256, unique: true)] #[Serialize] - private string $email = ''; + protected string $email = ''; /** * List of assigned roles.