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

21 lines
257 B
PHP

<?php
namespace app\index\controller;
use app\model\Category;
use app\model\Nav;
use app\model\Post;
use think\facade\View;
use think\helper\Str;
class Common extends BaseController
{
public function initialize()
{
parent::initialize();
}
}