mirror of
https://gitee.com/fastadminnet/think-captcha.git
synced 2026-07-05 23:52:47 +08:00
修复验证码不显示问题
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
namespace think\captcha;
|
||||
|
||||
use think\Config;
|
||||
use think\Controller;
|
||||
|
||||
class CaptchaController extends Controller
|
||||
class CaptchaController
|
||||
{
|
||||
public function index($id = "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user