We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ea677 commit 332ceb7Copy full SHA for 332ceb7
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