1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

feat(collections): encrypt api keys

This commit is contained in:
Torsten Dittmann 2021-01-15 12:56:03 +01:00
parent 229c649f9a
commit 538510d171

View file

@ -827,6 +827,7 @@ $collections = [
'type' => Database::SYSTEM_VAR_TYPE_TEXT,
'default' => '',
'required' => false,
'filter' => ['encrypt'],
],
],
],