We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299f44d commit 7429eceCopy full SHA for 7429ece
Security/RememberMe/DoctrineTokenProvider.php
@@ -57,6 +57,7 @@ public function loadTokenBySeries(string $series): PersistentTokenInterface
57
$row = $stmt->fetchNumeric() ?: throw new TokenNotFoundException('No token found.');
58
59
[$class, $username, $value, $last_used] = $row;
60
+
61
return new PersistentToken($class, $username, $series, $value, new \DateTimeImmutable($last_used));
62
}
63
0 commit comments