Files
lsky-pro/application/index/controller/Index.php
T
2018-10-12 23:41:22 +08:00

18 lines
235 B
PHP

<?php
/**
* User: Wisp X
* Date: 2018/9/27
* Time: 下午4:00
* Link: http://gitee.com/wispx
*/
namespace app\index\controller;
class Index extends Base
{
public function index()
{
return $this->fetch();
}
}