diff --git a/RuleTrait.php b/RuleTrait.php index 694632a..5315b02 100644 --- a/RuleTrait.php +++ b/RuleTrait.php @@ -67,10 +67,6 @@ trait RuleTrait 'class' => TypesOfValidator::class, 'method' => TypesOfValidator::ARRAY, ], - 'serialize' => [ - 'class' => TypesOfValidator::class, - 'method' => TypesOfValidator::SERIALIZE, - ], 'maxlength' => [ 'class' => LengthValidator::class, 'method' => 'max',