pref: think文件

This commit is contained in:
2025-07-09 16:34:27 +08:00
parent 8c64c35afd
commit 17ce193e43

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();