eee
This commit is contained in:
+2
-2
@@ -36,8 +36,8 @@ class Validator extends BaseValidator
|
|||||||
'json' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::JSON,],
|
'json' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::JSON,],
|
||||||
'float' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::FLOAT,],
|
'float' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::FLOAT,],
|
||||||
'array' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::ARRAY,],
|
'array' => ['class' => TypesOfValidator::class, 'method' => TypesOfValidator::ARRAY,],
|
||||||
'maxlength' => ['class' => LengthValidator::class, 'method' => LengthValidator::MAX_LENGTH,],
|
'maxLength' => ['class' => LengthValidator::class, 'method' => LengthValidator::MAX_LENGTH,],
|
||||||
'minlength' => ['class' => LengthValidator::class, 'method' => LengthValidator::MIN_LENGTH,],
|
'minLength' => ['class' => LengthValidator::class, 'method' => LengthValidator::MIN_LENGTH,],
|
||||||
'email' => ['class' => EmailValidator::class],
|
'email' => ['class' => EmailValidator::class],
|
||||||
'length' => ['class' => LengthValidator::class],
|
'length' => ['class' => LengthValidator::class],
|
||||||
'round' => ['class' => RoundValidator::class,],
|
'round' => ['class' => RoundValidator::class,],
|
||||||
|
|||||||
Reference in New Issue
Block a user