We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3e6feb + 9078942 commit 06a0570Copy full SHA for 06a0570
1 file changed
apps/oauth2/lib/Db/AccessToken.php
@@ -45,9 +45,9 @@ class AccessToken extends Entity {
45
46
public function __construct() {
47
$this->addType('id', 'int');
48
- $this->addType('token_id', 'int');
49
- $this->addType('client_id', 'int');
50
- $this->addType('hashed_code', 'string');
51
- $this->addType('encrypted_token', 'string');
+ $this->addType('tokenId', 'int');
+ $this->addType('clientId', 'int');
+ $this->addType('hashedCode', 'string');
+ $this->addType('encryptedToken', 'string');
52
}
53
0 commit comments