chg: [encryption keys] rearranged for the API

cli-modification-summary
iglocska 2022-11-09 13:59:39 +01:00
parent 4ec052a2ac
commit 16a3826cef
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,9 @@ use Cake\ORM\Entity;
class EncryptionKey extends AppModel
{
public function rearrangeForAPI(): void
{
$this->rearrangeSimplify(['organisation', 'individual']);
}
}