Pārlūkot izejas kodu

fix Person entity roles definition

Olivier Massot 2 gadi atpakaļ
vecāks
revīzija
55b684effe
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)]