Explorar el Código

Merge branch 'hotfix/fix-person-entity'

Vincent GUFFON hace 3 años
padre
commit
0e944dd9fe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
     }