Parcourir la source

Merge branch 'hotfix/fix-person-entity'

Vincent GUFFON il y a 3 ans
Parent
commit
0e944dd9fe
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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
     }