SCTMES_V5/mes_in_sct/config/autoload.php

11 lines
162 B
PHP
Raw Normal View History

2025-06-14 18:55:09 +08:00
<?php
/**
* 这里配置的文件会被自动加载
*/
return [
'files' => [
base_path() . '/app/functions.php', // 业务自定义函数
]
];