Skip to content

Commit da4f192

Browse files
authored
Update Session.php
1 parent ea08d86 commit da4f192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authenticators/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ private function refreshRememberMeToken(stdClass $token): void
871871
$validator = bin2hex(random_bytes(20));
872872

873873
$token->hashedValidator = $this->hashValidator($validator);
874-
$token->expires = $this->calcExpires();
874+
$token->expires = $this->calcExpires();
875875

876876
$this->rememberModel->updateRememberValidator($token);
877877

0 commit comments

Comments
 (0)