From cfd46937e973c4d8c7c8d01da3ac67f94d3ff879 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 16 Nov 2022 16:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/build/tpl/think.temp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/command/build/tpl/think.temp b/app/common/command/build/tpl/think.temp index ad7bd90..179e544 100644 --- a/app/common/command/build/tpl/think.temp +++ b/app/common/command/build/tpl/think.temp @@ -6,12 +6,12 @@ namespace think; // 加载基础文件 require __DIR__ . '/vendor/autoload.php'; +require __DIR__ . '/{$lib_php_file}'; define('REUQEST_UID', uniqid()); // 应用初始化 $app = (new App()); -require __DIR__ . '/{$lib_php_file}'; $app->console->run(); \ No newline at end of file