1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Fixed rule default list value

This commit is contained in:
Eldad Fux 2020-09-10 10:45:34 +03:00
parent 46a0906e2c
commit 4129e9befb

View file

@ -55,6 +55,7 @@ class Rule extends Model
'type' => 'string',
'description' => 'List of allowed values',
'array' => true,
'default' => [],
'example' => ['5e5ea5c168099'],
])
;