修复引入文件错误

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

@@ -11,7 +11,7 @@ $middleware_default = [
100 => \think\middleware\SessionInit::class,
];
$middleware_common = include_once __DIR__ . '/app/common/app/middleware.php';
$middleware_common = include_once __DIR__ . '/common/app/middleware.php';
$middleware = array_merge($middleware_default, $middleware_common);