Explorar o código

Fixes a bug when trying to export a user

Baptiste Clavié %!s(int64=13) %!d(string=hai) anos
pai
achega
246d58eefb
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Entity/BaseUser.php

+ 10 - 0
Entity/BaseUser.php

@@ -63,6 +63,16 @@ class BaseUser extends AbstractedUser implements UserInterface
     {
         return $this->updatedAt;
     }
+    
+    /**
+     * Get ExpiresAt
+     * 
+     * @return \DateTime|null
+     */
+    public function getExpiresAt()
+    {
+        return $this->expiresAt;
+    }
 
     /**
      * @return void