This commit is contained in:
2023-09-30 12:07:36 +08:00
parent 0547948b3b
commit 8f680d5368
-4
View File
@@ -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',