mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
14 lines
208 B
PHP
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
|
|
{
|
|
|
|
}
|