diff --git a/route/app.php b/route/app.php index d8e09e382ddf3b67e3193d5ac5cc6b9226959a68..69071f77205bf40c574652756d8589b2188730f2 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');