mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Validate类调整
This commit is contained in:
@@ -42,7 +42,6 @@ class Validate
|
|||||||
'float' => ':attribute must be float',
|
'float' => ':attribute must be float',
|
||||||
'boolean' => ':attribute must be bool',
|
'boolean' => ':attribute must be bool',
|
||||||
'email' => ':attribute not a valid email address',
|
'email' => ':attribute not a valid email address',
|
||||||
'mobile' => ':attribute not a valid mobile',
|
|
||||||
'array' => ':attribute must be a array',
|
'array' => ':attribute must be a array',
|
||||||
'accepted' => ':attribute must be yes,on or 1',
|
'accepted' => ':attribute must be yes,on or 1',
|
||||||
'date' => ':attribute not a valid datetime',
|
'date' => ':attribute not a valid datetime',
|
||||||
|
|||||||
Reference in New Issue
Block a user