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