From c2562fd43e86d9535e94dd781dd2fd3375b1cec5 Mon Sep 17 00:00:00 2001 From: wycto <294287600@qq.com> Date: Sun, 30 Jul 2023 13:23:52 +0000 Subject: [PATCH] =?UTF-8?q?update=20route/app.php.=208.0=E5=88=86=E6=9E=9D?= =?UTF-8?q?=EF=BC=8CThinkPHP6=20=E6=94=B9=E4=B8=BA=20ThinkPHP8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wycto <294287600@qq.com> --- route/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/app.php b/route/app.php index d8e09e3..69071f7 100644 --- a/route/app.php +++ b/route/app.php @@ -11,7 +11,7 @@ use think\facade\Route; Route::get('think', function () { - return 'hello,ThinkPHP6!'; + return 'hello,ThinkPHP8!'; }); Route::get('hello/:name', 'index/hello'); -- Gitee