Skip to content

Commit e4ccec8

Browse files
committed
Actually extend token
1 parent e84f8fd commit e4ccec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/tokens/class-access-token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use WP\OAuth2\Client;
77
use WP_User;
88

9-
class Access_Token {
9+
class Access_Token extends Token {
1010
const META_PREFIX = 'oauth2_access_';
1111
const KEY_LENGTH = 12;
1212

0 commit comments

Comments
 (0)