diff --git a/app/controller/Index.php b/app/controller/Index.php index a48348d..dad3b58 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -12,10 +12,9 @@ class Index public function test() { - echo 'test'; + return 'test'; } - public function index(Request $request, $checkIp = null) { $ip = $request->getRealIp();