Added missing fields to jsonSerialize

This commit is contained in:
Marcos Zuriaga 2016-10-02 19:34:07 +02:00
parent 2baae50691
commit 1ad2745292
No known key found for this signature in database
GPG key ID: 7D15585354D072FF

View file

@ -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(),
];
}
}