mirror of
https://github.com/nextcloud/passman.git
synced 2026-01-08 00:25:38 +08:00
Added missing fields to jsonSerialize
This commit is contained in:
parent
2baae50691
commit
1ad2745292
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ class SharingACL extends PermissionEntity implements \JsonSerializable
|
|||
'created' => $this->getCreated(),
|
||||
'expire' => $this->getExpire(),
|
||||
'permissions' => $this->getPermissions(),
|
||||
'vault_id' => $this->getVaultId(),
|
||||
'vault_guid' => $this->getVaultGuid(),
|
||||
'shared_key' => $this->getSharedKey(),
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue