|
|
@@ -46,7 +46,6 @@ class Person implements UserInterface, PasswordAuthenticatedUserInterface
|
|
|
private ?string $username = null;
|
|
|
|
|
|
/** @var string[]|null */
|
|
|
- #[ORM\Column(type: 'json', nullable: true)]
|
|
|
private ?array $roles = [];
|
|
|
|
|
|
#[ORM\Column(nullable: true)]
|