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 f5589ed commit cae78fbCopy full SHA for cae78fb
src/Auth/AuthenticationManager.php
@@ -39,6 +39,7 @@ public function validate(string $token): bool
39
$accessToken->lastUsedAt = Date::now();
40
$accessToken->save();
41
42
+ /** @var class-string<User> $userModel */
43
$userModel = Config::get('auth.users.model', User::class);
44
45
/** @var User|null $user */
0 commit comments