From 8f680d5368f5b242579fab764d0cfc4e3edc7789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 30 Sep 2023 12:07:36 +0800 Subject: [PATCH] eee --- RuleTrait.php | 4 ---- 1 file changed, 4 deletions(-) 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',