Files
yusheng-php/application/guildadmin/config.php
2025-11-18 10:07:09 +08:00

7 lines
114 B
PHP

<?php
//配置文件
return [
'exception_handle' => '\\app\\guildadmin\\library\\ExceptionHandle',
];