diff options
Diffstat (limited to 'Core/Authentication/RememberMe/PersistentToken.php')
-rw-r--r-- | Core/Authentication/RememberMe/PersistentToken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/RememberMe/PersistentToken.php b/Core/Authentication/RememberMe/PersistentToken.php index 55e6b89..d9029f5 100644 --- a/Core/Authentication/RememberMe/PersistentToken.php +++ b/Core/Authentication/RememberMe/PersistentToken.php @@ -104,4 +104,4 @@ final class PersistentToken implements PersistentTokenInterface { return $this->lastUsed; } -}
\ No newline at end of file +} |