1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

User name is optional

This commit is contained in:
eldadfux 2019-10-05 15:07:52 +03:00
parent 271896027e
commit 54452dd2d9

View file

@ -197,7 +197,7 @@ $collections = [
'key' => 'name',
'type' => 'text',
'default' => '',
'required' => true,
'required' => false,
'array' => false,
],
[