mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
增加说明
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace think;
|
||||
|
||||
class UlthonAdminApp extends App
|
||||
{
|
||||
/**
|
||||
* 加载应用文件和配置.
|
||||
* @return void
|
||||
*/
|
||||
protected function load(): void
|
||||
{
|
||||
// 引入系统函数
|
||||
include App::getRootPath() . '/extend/base/helper.php';
|
||||
|
||||
parent::load();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user