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

+ 2 - 0
app/Controller/IndexController.php

@@ -12,6 +12,8 @@ declare(strict_types=1);
 
 namespace App\Controller;
 
+
+
 class IndexController extends AbstractController
 {
     public function index()