This commit is contained in:
Exodus4D
2016-05-17 18:43:11 +02:00
parent 99602de732
commit 02abd5b600

View File

@@ -43,8 +43,8 @@ class UserModel extends BasicModel {
protected $validate = [
'name' => [
'length' => [
'min' => 5,
'max' => 25
'min' => 3,
'max' => 50
]
]
];