Просмотр исходного кода

Merge tag 'fix-person-entity' into develop

Vincent GUFFON 4 лет назад
Родитель
Сommit
d9d17d1678
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
     }