修正文件路径
This commit is contained in:
parent
6bbab0d9da
commit
94f6b1cb95
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue