Ver Fonte

date fix

Vincent GUFFON há 4 anos atrás
pai
commit
a99ff74357
1 ficheiros alterados com 3 adições e 3 exclusões
  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()