修正文件路径

This commit is contained in:
TOP糯米 2019-06-05 22:46:43 +08:00
parent 6bbab0d9da
commit 94f6b1cb95
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class App {
$loader->register();
// composer自动加载
$composerLoadFile = FRAMEWORK_PATH . '/vendor/autoload.php';
$composerLoadFile = FRAMEWORK_PATH . 'vendor/autoload.php';
if (file_exists($composerLoadFile)) {
require $composerLoadFile;
}