Update Install.php

This commit is contained in:
wolfcode
2025-01-15 09:54:11 +08:00
parent d6bb1456fa
commit d99e168583

View File

@@ -41,7 +41,7 @@ class Install extends BaseController
];
$currentHost = '://';
$result = compact('errorInfo', 'currentHost', 'isInstall', 'envInfo');
return view('', $result);
return view('index@install/index', $result);
}
if ($errorInfo) $this->error($errorInfo);
$charset = 'utf8mb4';