pref: think文件

This commit is contained in:
2025-07-09 16:34:27 +08:00
parent e1b4266513
commit cbb0699fae

2
think
View File

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