mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 00:14:44 +08:00
Clean up code
This commit is contained in:
parent
c94870e1c3
commit
3af9e39488
1 changed files with 1 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue