eee
This commit is contained in:
@@ -67,10 +67,6 @@ trait RuleTrait
|
|||||||
'class' => TypesOfValidator::class,
|
'class' => TypesOfValidator::class,
|
||||||
'method' => TypesOfValidator::ARRAY,
|
'method' => TypesOfValidator::ARRAY,
|
||||||
],
|
],
|
||||||
'serialize' => [
|
|
||||||
'class' => TypesOfValidator::class,
|
|
||||||
'method' => TypesOfValidator::SERIALIZE,
|
|
||||||
],
|
|
||||||
'maxlength' => [
|
'maxlength' => [
|
||||||
'class' => LengthValidator::class,
|
'class' => LengthValidator::class,
|
||||||
'method' => 'max',
|
'method' => 'max',
|
||||||
|
|||||||
Reference in New Issue
Block a user