From cbb0699faec65dc62219f6354e327dcd9756b098 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 9 Jul 2025 16:34:27 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20think=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- think | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/think b/think index a42350f1..2429d223 100644 --- a/think +++ b/think @@ -7,4 +7,4 @@ namespace think; require __DIR__ . '/vendor/autoload.php'; // 应用初始化 -(new App())->setEnvName('local')->console->run(); \ No newline at end of file +(new App())->console->run(); \ No newline at end of file