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
     }
 }