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