the_bug hace 4 meses
padre
commit
2b16223141
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
     }
 }