File tree 1 file changed +2
-2
lines changed
src/Lodash/Auth/Passport/Grants
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
use League \OAuth2 \Server \Entities \ClientEntityInterface ;
9
9
use League \OAuth2 \Server \Exception \OAuthServerException ;
10
10
use League \OAuth2 \Server \Grant \RefreshTokenGrant ;
11
- use League \OAuth2 \Server \Repositories \RefreshTokenRepositoryInterface ;
12
11
use League \OAuth2 \Server \RequestAccessTokenEvent ;
13
12
use League \OAuth2 \Server \RequestEvent ;
14
13
use League \OAuth2 \Server \RequestRefreshTokenEvent ;
15
14
use League \OAuth2 \Server \ResponseTypes \ResponseTypeInterface ;
16
15
use Longman \LaravelLodash \Auth \Contracts \AuthServiceContract ;
16
+ use Longman \LaravelLodash \Auth \Contracts \RefreshTokenBridgeRepositoryContract ;
17
17
use Longman \LaravelLodash \Auth \Contracts \TokenRepositoryContract ;
18
18
use Psr \Http \Message \ServerRequestInterface ;
19
19
@@ -27,7 +27,7 @@ class InternalRefreshTokenGrant extends RefreshTokenGrant
27
27
private readonly AuthServiceContract $ authService ;
28
28
29
29
public function __construct (
30
- RefreshTokenRepositoryInterface $ refreshTokenRepository ,
30
+ RefreshTokenBridgeRepositoryContract $ refreshTokenRepository ,
31
31
TokenRepositoryContract $ tokenRepository ,
32
32
AuthServiceContract $ authService ,
33
33
) {
You can’t perform that action at this time.
0 commit comments