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.
2 parents 9ffa06b + dc0c243 commit af1d230Copy full SHA for af1d230
src/Authentication/Authenticators/AccessTokens.php
@@ -27,8 +27,6 @@ class AccessTokens implements AuthenticatorInterface
27
28
public function __construct(UserModel $provider)
29
{
30
- helper('session');
31
-
32
$this->provider = $provider;
33
34
$this->loginModel = model(TokenLoginModel::class); // @phpstan-ignore-line
0 commit comments