the_bug 4 月之前
父节点
当前提交
cfd0677ac4
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Controller/IndexController.php

+ 0 - 2
app/Controller/IndexController.php

@@ -23,7 +23,5 @@ class IndexController extends AbstractController
             'method' => $method,
             'message' => "Hello {$user}.",
         ];
-
-        // test111
     }
 }