File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Lodash/Auth/Passport/Grants Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88use League \OAuth2 \Server \Entities \ClientEntityInterface ;
99use League \OAuth2 \Server \Exception \OAuthServerException ;
1010use League \OAuth2 \Server \Grant \RefreshTokenGrant ;
11- use League \OAuth2 \Server \Repositories \RefreshTokenRepositoryInterface ;
1211use League \OAuth2 \Server \RequestAccessTokenEvent ;
1312use League \OAuth2 \Server \RequestEvent ;
1413use League \OAuth2 \Server \RequestRefreshTokenEvent ;
1514use League \OAuth2 \Server \ResponseTypes \ResponseTypeInterface ;
1615use Longman \LaravelLodash \Auth \Contracts \AuthServiceContract ;
16+ use Longman \LaravelLodash \Auth \Contracts \RefreshTokenBridgeRepositoryContract ;
1717use Longman \LaravelLodash \Auth \Contracts \TokenRepositoryContract ;
1818use Psr \Http \Message \ServerRequestInterface ;
1919
@@ -27,7 +27,7 @@ class InternalRefreshTokenGrant extends RefreshTokenGrant
2727 private readonly AuthServiceContract $ authService ;
2828
2929 public function __construct (
30- RefreshTokenRepositoryInterface $ refreshTokenRepository ,
30+ RefreshTokenBridgeRepositoryContract $ refreshTokenRepository ,
3131 TokenRepositoryContract $ tokenRepository ,
3232 AuthServiceContract $ authService ,
3333 ) {
You can’t perform that action at this time.
0 commit comments