Vincent GUFFON пре 3 година
родитељ
комит
88d2f7a0a0
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
     }