Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 78f5c20

Browse files
committed
Removed unnecessary statement from PersistentTokenBasedRememberMeServices.php
1 parent bc667cc commit 78f5c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Http/RememberMe/PersistentTokenBasedRememberMeServices.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ protected function processAutoLoginCookie(array $cookieParts, Request $request)
9898
throw new AuthenticationException('The cookie has expired.');
9999
}
100100

101-
$series = $persistentToken->getSeries();
102101
$tokenValue = base64_encode($this->secureRandom->nextBytes(64));
103102
$this->tokenProvider->updateToken($series, $tokenValue, new \DateTime());
104103
$request->attributes->set(self::COOKIE_ATTR_NAME,

0 commit comments

Comments
 (0)