Преглед изворни кода

Merge tag 'date-fix' into develop

Vincent GUFFON пре 3 година
родитељ
комит
69ce21b21b
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/Entity/Access/Access.php

+ 3 - 3
src/Entity/Access/Access.php

@@ -507,17 +507,17 @@ class Access implements UserInterface
 
     public function getPassword(): ?string
     {
-        // TODO: Implement getPassword() method.
+        return null;
     }
 
     public function getSalt(): ?string
     {
-        // TODO: Implement getSalt() method.
+        return null;
     }
 
     public function getUsername(): ?string
     {
-        // TODO: Implement getUsername() method.
+        return null;
     }
 
     public function eraseCredentials()