完成主要类的打包;

This commit is contained in:
2022-11-15 17:58:44 +08:00
parent 70f51824d4
commit 039cb8c170
2 changed files with 60 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ namespace think;
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '../{$lib_php_file}';
require __DIR__ . '/../{$lib_php_file}';
// 声明全局变量
define('DS', DIRECTORY_SEPARATOR);