mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | 应用设置
|
|
// +----------------------------------------------------------------------
|
|
|
|
use think\facade\Env;
|
|
|
|
return [
|
|
|
|
];
|