the_bug hace 2 meses
padre
commit
b38b0090e3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Controller/IndexController.php

+ 0 - 1
app/Controller/IndexController.php

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