mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
修复引入文件错误
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user