the_bug 3 ヶ月 前
コミット
02518b7664
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/Controller/IndexController.php

+ 0 - 1
app/Controller/IndexController.php

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