增加说明

This commit is contained in:
2023-10-18 16:35:30 +08:00
parent 6195ac6be5
commit c941f12884
6 changed files with 6 additions and 21 deletions

View File

@@ -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();
}
}