Use property name for addType

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/32366/head
Daniel Kesselberg 3 years ago
parent acb4f60895
commit 11cacb52d4
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
  1. 4
      apps/oauth2/lib/Db/Client.php

@ -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