mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #32366 from nextcloud/bug/noid/fix-property-name
Use property name for addType
This commit is contained in:
commit
f4058a2432
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ class Client extends Entity {
|
|||
public function __construct() {
|
||||
$this->addType('id', 'int');
|
||||
$this->addType('name', 'string');
|
||||
$this->addType('redirect_uri', 'string');
|
||||
$this->addType('client_identifier', 'string');
|
||||
$this->addType('redirectUri', 'string');
|
||||
$this->addType('clientIdentifier', 'string');
|
||||
$this->addType('secret', 'string');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue