在命令行中也支持日志的logkey

This commit is contained in:
2022-05-19 11:24:08 +08:00
parent d1097e1db3
commit e108c2dc87

2
think
View File

@@ -6,5 +6,7 @@ namespace think;
// 加载基础文件
require __DIR__ . '/vendor/autoload.php';
define('REUQEST_UID', uniqid());
// 应用初始化
(new App())->console->run();