Explorar o código

Merge branch 'hotfix/date-fix'

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