Parcourir la source

fix Person entity roles definition

Olivier Massot il y a 2 ans
Parent
commit
55b684effe
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/Entity/Person/Person.php

+ 0 - 1
src/Entity/Person/Person.php

@@ -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)]