the_bug 6 ヶ月 前
コミット
091af280ea
1 ファイル変更2 行追加1 行削除
  1. 2 1
      app/Controller/IndexController.php

+ 2 - 1
app/Controller/IndexController.php

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