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

+ 0 - 2
app/Controller/IndexController.php

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