From f52662cd541064ceac254f94f870172e6565e551 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Thu, 21 Dec 2017 13:36:47 +0800 Subject: [PATCH] 'test' --- application/index/controller/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index da20055..69c6a37 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -104,5 +104,6 @@ class Index extends Base public function test() { echo 'test'; + return; } }