From 3af9e39488b034c78ae6a7d25b1501d781ed8126 Mon Sep 17 00:00:00 2001 From: brantje Date: Fri, 30 Sep 2016 20:56:17 +0200 Subject: [PATCH] Clean up code --- lib/Db/Vault.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/Db/Vault.php b/lib/Db/Vault.php index d3ff393f..61b00ae6 100644 --- a/lib/Db/Vault.php +++ b/lib/Db/Vault.php @@ -33,9 +33,6 @@ use \OCP\AppFramework\Db\Entity; * @method integer getSharingKeysGenerated() * @method void setVaultSettings(integer $value) * @method integer getVaultSettings() - * @method void setVaultPass(string $value) - * @method string getVaultPass() - */ @@ -52,8 +49,7 @@ class Vault extends Entity implements \JsonSerializable{ protected $privateSharingKey; protected $sharingKeysGenerated; protected $vaultSettings; - protected $vaultPass; - + public function __construct() { // add types in constructor $this->addType('created', 'integer');