Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed May 11, 2016
1 parent 9bf096c commit 6ab79cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
function captcha($id = "", $config = [])
{
$captcha = new \think\Captcha($config);
$captcha = new \think\captcha\Captcha($config);
$captcha->entry($id);
}

Expand Down

0 comments on commit 6ab79cc

Please sign in to comment.