Procházet zdrojové kódy

fix Person entity roles definition

Olivier Massot před 2 roky
rodič
revize
55b684effe
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)]