From bbaf5c00504f9f81ac39ee698c6f97d8208c1399 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 1 Feb 2018 16:13:25 +0800 Subject: [PATCH] =?UTF-8?q?Validate=E7=B1=BB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Validate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/think/Validate.php b/library/think/Validate.php index 353561be..60ec7d3b 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -42,7 +42,6 @@ class Validate 'float' => ':attribute must be float', 'boolean' => ':attribute must be bool', 'email' => ':attribute not a valid email address', - 'mobile' => ':attribute not a valid mobile', 'array' => ':attribute must be a array', 'accepted' => ':attribute must be yes,on or 1', 'date' => ':attribute not a valid datetime',