Explorar o código

fix Person entity roles definition

Olivier Massot %!s(int64=2) %!d(string=hai) anos
pai
achega
55b684effe
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)]