Skip to content

Commit d896a16

Browse files
authored
Make OAuth2Token non-final
1 parent 272facb commit d896a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/Token/OAuth2Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @author Mathias Arlaud <mathias.arlaud@gmail.com>
1212
*/
13-
final class OAuth2Token extends AbstractToken
13+
class OAuth2Token extends AbstractToken
1414
{
1515
/**
1616
* @param list<string> $scopes

0 commit comments

Comments
 (0)