Skip to content

Commit

Permalink
Fix user email. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulb authored Jan 24, 2023
1 parent 57619c9 commit 0b159d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/AnzuUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0b159d9

Please sign in to comment.