소스 검색

fix Person entity roles definition

Olivier Massot 2 년 전
부모
커밋
55b684effe
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)]