Validate类调整

This commit is contained in:
thinkphp
2018-02-01 16:13:25 +08:00
parent cb9812c50a
commit bbaf5c0050

View File

@@ -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',