We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fddc794 + 332ceb7 commit f9f82ddCopy full SHA for f9f82dd
1 file changed
src/Filters/TokenAuth.php
@@ -48,7 +48,7 @@ public function before(RequestInterface $request, $arguments = null)
48
}
49
50
if (setting('Auth.recordActiveDate')) {
51
- auth('tokens')->recordActiveDate();
+ $authenticator->recordActiveDate();
52
53
54
0 commit comments