1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Fixed default rules value

This commit is contained in:
Eldad Fux 2020-09-14 13:49:35 +03:00
parent ae541e10a9
commit b7744f1dfc

View file

@ -40,6 +40,7 @@ class Collection extends Model
'type' => Response::MODEL_RULE,
'description' => 'Collection rules.',
'example' => [],
'default' => [],
'array' => true,
])
;