chg: [encryption keys] rearranged for the API
parent
4ec052a2ac
commit
16a3826cef
|
@ -7,4 +7,9 @@ use Cake\ORM\Entity;
|
||||||
|
|
||||||
class EncryptionKey extends AppModel
|
class EncryptionKey extends AppModel
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public function rearrangeForAPI(): void
|
||||||
|
{
|
||||||
|
$this->rearrangeSimplify(['organisation', 'individual']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue