diff --git a/src/Authentication/Authenticators/AccessTokens.php b/src/Authentication/Authenticators/AccessTokens.php index fb38d70fb..5dc1dc183 100644 --- a/src/Authentication/Authenticators/AccessTokens.php +++ b/src/Authentication/Authenticators/AccessTokens.php @@ -27,8 +27,6 @@ class AccessTokens implements AuthenticatorInterface public function __construct(UserModel $provider) { - helper('session'); - $this->provider = $provider; $this->loginModel = model(TokenLoginModel::class); // @phpstan-ignore-line