Files
layui-ul/app/index/controller/BaseController.php
2021-03-23 18:14:33 +08:00

14 lines
208 B
PHP

<?php
namespace app\index\controller;
use app\BaseController as AppBaseController;
use think\facade\Config;
use think\facade\View;
use think\helper\Str;
class BaseController extends AppBaseController
{
}