Skip to content

Commit af1d230

Browse files
authored
Merge pull request #187 from kenjis/remove-helper-session
refactor: remove `helper('session')`
2 parents 9ffa06b + dc0c243 commit af1d230

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Authentication/Authenticators/AccessTokens.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class AccessTokens implements AuthenticatorInterface
2727

2828
public function __construct(UserModel $provider)
2929
{
30-
helper('session');
31-
3230
$this->provider = $provider;
3331

3432
$this->loginModel = model(TokenLoginModel::class); // @phpstan-ignore-line

0 commit comments

Comments
 (0)