From dc0c2435d3c0e119629502f30433173c14e6f3bc Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 30 May 2022 12:13:43 +0900 Subject: [PATCH] refactor: session helper does not exist --- src/Authentication/Authenticators/AccessTokens.php | 2 -- 1 file changed, 2 deletions(-) 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