the_bug 2 months ago
parent
commit
a5fb9e5708
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/Controller/IndexController.php

+ 1 - 3
app/Controller/IndexController.php

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