the_bug 6 달 전
부모
커밋
c30f889c73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Controller/IndexController.php

+ 1 - 1
app/Controller/IndexController.php

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