修复引入文件错误

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

@@ -12,6 +12,6 @@ $provider_default = [
'think\View' => View::class,
];
$provider_common = include_once __DIR__ . '/app/common/app/provider.php';
$provider_common = include_once __DIR__ . '/common/app/provider.php';
return array_merge($provider_default, $provider_common);