controllers
This commit is contained in:
parent
206e217024
commit
cd38d31a57
@ -28,8 +28,8 @@ class UserApp implements UserInterface, PasswordAuthenticatedUserInterface
|
||||
/**
|
||||
* @var list<string> The user roles
|
||||
*/
|
||||
#[ORM\Column]
|
||||
private array $roles = [];
|
||||
#[ORM\Column(nullable: true)]
|
||||
private ?array $roles = null;
|
||||
|
||||
/**
|
||||
* @var string The hashed password
|
||||
|
Loading…
Reference in New Issue
Block a user