2025-06-14 18:55:09 +08:00

11 lines
162 B
PHP

<?php
/**
* 这里配置的文件会被自动加载
*/
return [
'files' => [
base_path() . '/app/functions.php', // 业务自定义函数
]
];