From 81434f8a179b1dbc24ae4b5eb56d897c0990b93f Mon Sep 17 00:00:00 2001 From: hujiabin Date: Mon, 18 Jul 2022 17:45:55 +0800 Subject: [PATCH] init --- app/Http/Controllers/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index 5a3064c..49679e9 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -10,6 +10,6 @@ class IndexController extends Controller public function index(){ echo '首页'; echo '首页'; - echo '首页'; + } }