mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
开始处理函数库
This commit is contained in:
@@ -5,6 +5,7 @@ return [
|
||||
// 不支持项目以外的位置定义
|
||||
// 只能包含函数,不支持命名空间
|
||||
// 这些代码不能包含__DIR__、__FILE__等代码位置常量,不会影响打包,但代码逻辑会被破坏
|
||||
// 将忽略注释和注解,代码业务请不要依赖注解
|
||||
'function_path' => [
|
||||
'app/common.php'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user