mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
7 lines
124 B
PHP
7 lines
124 B
PHP
<?php
|
|
|
|
use think\facade\App;
|
|
|
|
// !注意,必须要引入该文件
|
|
include App::getRootPath() . '/extend/base/helper.php';
|