开始处理函数库

This commit is contained in:
2022-11-18 19:10:25 +08:00
parent 086a60563f
commit 1baa03b12f
3 changed files with 15 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ return [
// 不支持项目以外的位置定义
// 只能包含函数,不支持命名空间
// 这些代码不能包含__DIR__、__FILE__等代码位置常量不会影响打包但代码逻辑会被破坏
// 将忽略注释和注解,代码业务请不要依赖注解
'function_path' => [
'app/common.php'
],