the_bug 2 tháng trước cách đây
mục cha
commit
fa1f88c9bb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Controller/IndexController.php

+ 1 - 0
app/Controller/IndexController.php

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