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
+}