This commit is contained in:
parent
e37ffd5c70
commit
375ca6797c
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace app\admin\controller;
|
|
||||||
|
|
||||||
use think\Controller;
|
|
||||||
use think\Db;
|
|
||||||
use app\bj\controller\Common;
|
|
||||||
use think\Log;
|
|
||||||
use \think\Validate;
|
|
||||||
|
|
||||||
class Text extends Controller{
|
|
||||||
public function demo(){
|
|
||||||
echo '你好';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue