1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Fix fileSecurity response model default

This commit is contained in:
Jake Barnby 2022-09-07 18:49:48 +12:00
parent 5eaabe316c
commit 80d57521aa
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -38,7 +38,7 @@ class Bucket extends Model
->addRule('fileSecurity', [
'type' => self::TYPE_BOOLEAN,
'description' => 'Whether file-level security is enabled. [Learn more about permissions](/docs/permissions).',
'default' => '',
'default' => false,
'example' => true,
])
->addRule('name', [