From 58a9437e94dbc750351805c3a5fcd4bb128c8381 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 17 Jul 2016 22:50:13 +0800 Subject: [PATCH] =?UTF-8?q?readme=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d338e8..0fced29 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ thinkphp5 验证码类库 使用TP5的内置验证功能即可 ~~~ $this->validate($data,[ - 'captcha|验证码'=>'required|captcha' + 'captcha|验证码'=>'require|captcha' ]); ~~~ 或者手动验证