修改问题

This commit is contained in:
augushong
2020-08-12 23:07:51 +08:00
parent 250011808a
commit 0ad0f54f9a
5 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace app\admin\controller;
use think\captcha\facade\Captcha as ThinkCaptcha;
use think\Request;
class Captcha
{
public function build()
{
return ThinkCaptcha::create();
}
}