소스 검색

Merge branch 'hotfix/fix-person-entity'

Vincent GUFFON 3 년 전
부모
커밋
0e944dd9fe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Entity/Person/Person.php

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

@@ -124,6 +124,7 @@ class Person implements UserInterface
 
     public function getSalt(): ?string
     {
+        return null;
         // not needed when using the "bcrypt" algorithm in security.yaml
     }