mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-07-09 09:02:49 +08:00
修正
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
function captcha($id = "", $config = [])
|
function captcha($id = "", $config = [])
|
||||||
{
|
{
|
||||||
$captcha = new \think\Captcha($config);
|
$captcha = new \think\captcha\Captcha($config);
|
||||||
$captcha->entry($id);
|
$captcha->entry($id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user