Merge pull request #32366 from nextcloud/bug/noid/fix-property-name

Use property name for addType
pull/32381/head
Carl Schwan 2 years ago committed by GitHub
commit f4058a2432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save