mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Fixed default rules value
This commit is contained in:
parent
ae541e10a9
commit
b7744f1dfc
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class Collection extends Model
|
|||
'type' => Response::MODEL_RULE,
|
||||
'description' => 'Collection rules.',
|
||||
'example' => [],
|
||||
'default' => [],
|
||||
'array' => true,
|
||||
])
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue