Files
lsky-pro/application/index/controller/Index.php
T
WispX 472604ee12 up
2018-10-15 18:57:05 +08:00

18 lines
238 B
PHP

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