the_bug 4 months ago
parent
commit
2b16223141
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Controller/IndexController.php

+ 1 - 0
app/Controller/IndexController.php

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