Преглед на файлове

Merge branch 'hotfix/fix-person-entity'

Vincent GUFFON преди 3 години
родител
ревизия
0e944dd9fe
променени са 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
     }