cloased #147
This commit is contained in:
@@ -43,8 +43,8 @@ class UserModel extends BasicModel {
|
||||
protected $validate = [
|
||||
'name' => [
|
||||
'length' => [
|
||||
'min' => 5,
|
||||
'max' => 25
|
||||
'min' => 3,
|
||||
'max' => 50
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user