pref: think文件

This commit is contained in:
2025-07-09 16:34:27 +08:00
parent 4b6403ccdd
commit e4d302a4ee

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