diff --git a/lib/Db/GitlabAccount.php b/lib/Db/GitlabAccount.php index f70aefe..12dbe60 100644 --- a/lib/Db/GitlabAccount.php +++ b/lib/Db/GitlabAccount.php @@ -44,7 +44,6 @@ class GitlabAccount extends Entity implements JsonSerializable { private ICrypto $crypto; public function __construct() { - $this->addType('id', 'integer'); $this->addType('url', 'string'); $this->addType('token', 'string'); $this->addType('token_type', 'string');