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
|
* @var list<string> The user roles
|
||||||
*/
|
*/
|
||||||
#[ORM\Column]
|
#[ORM\Column(nullable: true)]
|
||||||
private array $roles = [];
|
private ?array $roles = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string The hashed password
|
* @var string The hashed password
|
||||||
|
Loading…
Reference in New Issue
Block a user