the_bug 2 달 전
부모
커밋
b38b0090e3
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
     }
 }