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

+ 1 - 0
app/Controller/IndexController.php

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