修复引入文件错误

This commit is contained in:
2023-09-18 18:09:03 +08:00
parent 01db0f9956
commit 9e2aa46cea
6 changed files with 10 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ $service_default = [
1 => 'think\\app\\Service',
];
$service_common = include_once __DIR__ . '/app/common/app/service.php';
$service_common = include_once __DIR__ . '/common/app/service.php';
$service = array_merge($service_default, $service_common);