pref: think文件

This commit is contained in:
2025-07-09 16:34:27 +08:00
parent 7e2ee5e0cc
commit af0761b8c3

2
think
View File

@@ -7,4 +7,4 @@ namespace think;
require __DIR__ . '/vendor/autoload.php';
// 应用初始化
(new App())->setEnvName('local')->console->run();
(new App())->console->run();