Explorar o código

Merge branch 'hotfix/fix-person-entity'

Vincent GUFFON %!s(int64=3) %!d(string=hai) anos
pai
achega
0e944dd9fe
Modificáronse 1 ficheiros con 1 adicións e 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
     }