1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

CertificateID not a required param

This commit is contained in:
kodumbeats 2021-05-17 14:10:17 -04:00
parent 6f22854c54
commit 1120e8885a

View file

@ -1287,7 +1287,7 @@ $collections = [
'key' => 'certificateId',
'type' => Database::SYSTEM_VAR_TYPE_KEY,
'default' => '',
'required' => true,
'required' => false,
'array' => false,
],
],