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

+ 1 - 3
app/Controller/IndexController.php

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